m2m_ui

package
v0.3.1-0...-29265a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeviceMode_name = map[int32]string{
	0: "DV_INACTIVE",
	1: "DV_FREE_GATEWAYS_LIMITED",
	2: "DV_WHOLE_NETWORK",
	3: "DV_DELETED",
}
View Source
var DeviceMode_value = map[string]int32{
	"DV_INACTIVE":              0,
	"DV_FREE_GATEWAYS_LIMITED": 1,
	"DV_WHOLE_NETWORK":         2,
	"DV_DELETED":               3,
}
View Source
var GatewayMode_name = map[int32]string{
	0: "GW_INACTIVE",
	1: "GW_FREE_GATEWAYS_LIMITED",
	2: "GW_WHOLE_NETWORK",
	3: "GW_DELETED",
}
View Source
var GatewayMode_value = map[string]int32{
	"GW_INACTIVE":              0,
	"GW_FREE_GATEWAYS_LIMITED": 1,
	"GW_WHOLE_NETWORK":         2,
	"GW_DELETED":               3,
}
View Source
var Money_name = map[int32]string{
	0: "Ether",
}
View Source
var Money_value = map[string]int32{
	"Ether": 0,
}

Functions

func RegisterDeviceServiceServer

func RegisterDeviceServiceServer(s *grpc.Server, srv DeviceServiceServer)

func RegisterGatewayServiceServer

func RegisterGatewayServiceServer(s *grpc.Server, srv GatewayServiceServer)

func RegisterInternalServiceServer

func RegisterInternalServiceServer(s *grpc.Server, srv InternalServiceServer)

func RegisterMoneyServiceServer

func RegisterMoneyServiceServer(s *grpc.Server, srv MoneyServiceServer)

func RegisterServerInfoServiceServer

func RegisterServerInfoServiceServer(s *grpc.Server, srv ServerInfoServiceServer)

func RegisterSettingsServiceServer

func RegisterSettingsServiceServer(s *grpc.Server, srv SettingsServiceServer)

func RegisterStakingServiceServer

func RegisterStakingServiceServer(s *grpc.Server, srv StakingServiceServer)

func RegisterSuperNodeServiceServer

func RegisterSuperNodeServiceServer(s *grpc.Server, srv SuperNodeServiceServer)

func RegisterTopUpServiceServer

func RegisterTopUpServiceServer(s *grpc.Server, srv TopUpServiceServer)

func RegisterWalletServiceServer

func RegisterWalletServiceServer(s *grpc.Server, srv WalletServiceServer)

func RegisterWithdrawServiceServer

func RegisterWithdrawServiceServer(s *grpc.Server, srv WithdrawServiceServer)

Types

type ActiveStake

type ActiveStake struct {
	Id                   int64    `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
	FkWallet             int64    `protobuf:"varint,2,opt,name=FkWallet,proto3" json:"FkWallet,omitempty"`
	Amount               float64  `protobuf:"fixed64,3,opt,name=Amount,proto3" json:"Amount,omitempty"`
	StakeStatus          string   `protobuf:"bytes,4,opt,name=StakeStatus,proto3" json:"StakeStatus,omitempty"`
	StartStakeTime       string   `protobuf:"bytes,5,opt,name=StartStakeTime,proto3" json:"StartStakeTime,omitempty"`
	UnstakeTime          string   `protobuf:"bytes,6,opt,name=UnstakeTime,proto3" json:"UnstakeTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActiveStake) Descriptor

func (*ActiveStake) Descriptor() ([]byte, []int)

func (*ActiveStake) GetAmount

func (m *ActiveStake) GetAmount() float64

func (*ActiveStake) GetFkWallet

func (m *ActiveStake) GetFkWallet() int64

func (*ActiveStake) GetId

func (m *ActiveStake) GetId() int64

func (*ActiveStake) GetStakeStatus

func (m *ActiveStake) GetStakeStatus() string

func (*ActiveStake) GetStartStakeTime

func (m *ActiveStake) GetStartStakeTime() string

func (*ActiveStake) GetUnstakeTime

func (m *ActiveStake) GetUnstakeTime() string

func (*ActiveStake) ProtoMessage

func (*ActiveStake) ProtoMessage()

func (*ActiveStake) Reset

func (m *ActiveStake) Reset()

func (*ActiveStake) String

func (m *ActiveStake) String() string

func (*ActiveStake) XXX_DiscardUnknown

func (m *ActiveStake) XXX_DiscardUnknown()

func (*ActiveStake) XXX_Marshal

func (m *ActiveStake) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActiveStake) XXX_Merge

func (m *ActiveStake) XXX_Merge(src proto.Message)

func (*ActiveStake) XXX_Size

func (m *ActiveStake) XXX_Size() int

func (*ActiveStake) XXX_Unmarshal

func (m *ActiveStake) XXX_Unmarshal(b []byte) error

type AddSuperNodeMoneyAccountRequest

type AddSuperNodeMoneyAccountRequest struct {
	MoneyAbbr            Money    `protobuf:"varint,1,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	AccountAddr          string   `protobuf:"bytes,2,opt,name=account_addr,json=accountAddr,proto3" json:"account_addr,omitempty"`
	OrgId                int64    `protobuf:"varint,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddSuperNodeMoneyAccountRequest) Descriptor

func (*AddSuperNodeMoneyAccountRequest) Descriptor() ([]byte, []int)

func (*AddSuperNodeMoneyAccountRequest) GetAccountAddr

func (m *AddSuperNodeMoneyAccountRequest) GetAccountAddr() string

func (*AddSuperNodeMoneyAccountRequest) GetMoneyAbbr

func (m *AddSuperNodeMoneyAccountRequest) GetMoneyAbbr() Money

func (*AddSuperNodeMoneyAccountRequest) GetOrgId

func (m *AddSuperNodeMoneyAccountRequest) GetOrgId() int64

func (*AddSuperNodeMoneyAccountRequest) ProtoMessage

func (*AddSuperNodeMoneyAccountRequest) ProtoMessage()

func (*AddSuperNodeMoneyAccountRequest) Reset

func (*AddSuperNodeMoneyAccountRequest) String

func (*AddSuperNodeMoneyAccountRequest) XXX_DiscardUnknown

func (m *AddSuperNodeMoneyAccountRequest) XXX_DiscardUnknown()

func (*AddSuperNodeMoneyAccountRequest) XXX_Marshal

func (m *AddSuperNodeMoneyAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddSuperNodeMoneyAccountRequest) XXX_Merge

func (m *AddSuperNodeMoneyAccountRequest) XXX_Merge(src proto.Message)

func (*AddSuperNodeMoneyAccountRequest) XXX_Size

func (m *AddSuperNodeMoneyAccountRequest) XXX_Size() int

func (*AddSuperNodeMoneyAccountRequest) XXX_Unmarshal

func (m *AddSuperNodeMoneyAccountRequest) XXX_Unmarshal(b []byte) error

type AddSuperNodeMoneyAccountResponse

type AddSuperNodeMoneyAccountResponse struct {
	Status               bool             `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*AddSuperNodeMoneyAccountResponse) Descriptor

func (*AddSuperNodeMoneyAccountResponse) Descriptor() ([]byte, []int)

func (*AddSuperNodeMoneyAccountResponse) GetStatus

func (m *AddSuperNodeMoneyAccountResponse) GetStatus() bool

func (*AddSuperNodeMoneyAccountResponse) GetUserProfile

func (*AddSuperNodeMoneyAccountResponse) ProtoMessage

func (*AddSuperNodeMoneyAccountResponse) ProtoMessage()

func (*AddSuperNodeMoneyAccountResponse) Reset

func (*AddSuperNodeMoneyAccountResponse) String

func (*AddSuperNodeMoneyAccountResponse) XXX_DiscardUnknown

func (m *AddSuperNodeMoneyAccountResponse) XXX_DiscardUnknown()

func (*AddSuperNodeMoneyAccountResponse) XXX_Marshal

func (m *AddSuperNodeMoneyAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddSuperNodeMoneyAccountResponse) XXX_Merge

func (*AddSuperNodeMoneyAccountResponse) XXX_Size

func (m *AddSuperNodeMoneyAccountResponse) XXX_Size() int

func (*AddSuperNodeMoneyAccountResponse) XXX_Unmarshal

func (m *AddSuperNodeMoneyAccountResponse) XXX_Unmarshal(b []byte) error

type DeviceMode

type DeviceMode int32
const (
	DeviceMode_DV_INACTIVE              DeviceMode = 0
	DeviceMode_DV_FREE_GATEWAYS_LIMITED DeviceMode = 1
	DeviceMode_DV_WHOLE_NETWORK         DeviceMode = 2
	DeviceMode_DV_DELETED               DeviceMode = 3
)

func (DeviceMode) EnumDescriptor

func (DeviceMode) EnumDescriptor() ([]byte, []int)

func (DeviceMode) String

func (x DeviceMode) String() string

type DeviceProfile

type DeviceProfile struct {
	Id                   int64      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	DevEui               string     `protobuf:"bytes,2,opt,name=dev_eui,json=devEui,proto3" json:"dev_eui,omitempty"`
	FkWallet             int64      `protobuf:"varint,3,opt,name=fk_wallet,json=fkWallet,proto3" json:"fk_wallet,omitempty"`
	Mode                 DeviceMode `protobuf:"varint,4,opt,name=mode,proto3,enum=m2m_ui.DeviceMode" json:"mode,omitempty"`
	CreatedAt            string     `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastSeenAt           string     `protobuf:"bytes,6,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,omitempty"`
	ApplicationId        int64      `protobuf:"varint,7,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	Name                 string     `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*DeviceProfile) Descriptor

func (*DeviceProfile) Descriptor() ([]byte, []int)

func (*DeviceProfile) GetApplicationId

func (m *DeviceProfile) GetApplicationId() int64

func (*DeviceProfile) GetCreatedAt

func (m *DeviceProfile) GetCreatedAt() string

func (*DeviceProfile) GetDevEui

func (m *DeviceProfile) GetDevEui() string

func (*DeviceProfile) GetFkWallet

func (m *DeviceProfile) GetFkWallet() int64

func (*DeviceProfile) GetId

func (m *DeviceProfile) GetId() int64

func (*DeviceProfile) GetLastSeenAt

func (m *DeviceProfile) GetLastSeenAt() string

func (*DeviceProfile) GetMode

func (m *DeviceProfile) GetMode() DeviceMode

func (*DeviceProfile) GetName

func (m *DeviceProfile) GetName() string

func (*DeviceProfile) ProtoMessage

func (*DeviceProfile) ProtoMessage()

func (*DeviceProfile) Reset

func (m *DeviceProfile) Reset()

func (*DeviceProfile) String

func (m *DeviceProfile) String() string

func (*DeviceProfile) XXX_DiscardUnknown

func (m *DeviceProfile) XXX_DiscardUnknown()

func (*DeviceProfile) XXX_Marshal

func (m *DeviceProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceProfile) XXX_Merge

func (m *DeviceProfile) XXX_Merge(src proto.Message)

func (*DeviceProfile) XXX_Size

func (m *DeviceProfile) XXX_Size() int

func (*DeviceProfile) XXX_Unmarshal

func (m *DeviceProfile) XXX_Unmarshal(b []byte) error

type DeviceServiceClient

type DeviceServiceClient interface {
	GetDeviceList(ctx context.Context, in *GetDeviceListRequest, opts ...grpc.CallOption) (*GetDeviceListResponse, error)
	GetDeviceProfile(ctx context.Context, in *GetDeviceProfileRequest, opts ...grpc.CallOption) (*GetDeviceProfileResponse, error)
	GetDeviceHistory(ctx context.Context, in *GetDeviceHistoryRequest, opts ...grpc.CallOption) (*GetDeviceHistoryResponse, error)
	SetDeviceMode(ctx context.Context, in *SetDeviceModeRequest, opts ...grpc.CallOption) (*SetDeviceModeResponse, error)
}

DeviceServiceClient is the client API for DeviceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDeviceServiceClient

func NewDeviceServiceClient(cc *grpc.ClientConn) DeviceServiceClient

type DeviceServiceServer

DeviceServiceServer is the server API for DeviceService service.

type GatewayMode

type GatewayMode int32
const (
	GatewayMode_GW_INACTIVE              GatewayMode = 0
	GatewayMode_GW_FREE_GATEWAYS_LIMITED GatewayMode = 1
	GatewayMode_GW_WHOLE_NETWORK         GatewayMode = 2
	GatewayMode_GW_DELETED               GatewayMode = 3
)

func (GatewayMode) EnumDescriptor

func (GatewayMode) EnumDescriptor() ([]byte, []int)

func (GatewayMode) String

func (x GatewayMode) String() string

type GatewayProfile

type GatewayProfile struct {
	Id                   int64       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Mac                  string      `protobuf:"bytes,2,opt,name=mac,proto3" json:"mac,omitempty"`
	FkGwNs               int64       `protobuf:"varint,3,opt,name=fk_gw_ns,json=fkGwNs,proto3" json:"fk_gw_ns,omitempty"`
	FkWallet             int64       `protobuf:"varint,4,opt,name=fk_wallet,json=fkWallet,proto3" json:"fk_wallet,omitempty"`
	Mode                 GatewayMode `protobuf:"varint,5,opt,name=mode,proto3,enum=m2m_ui.GatewayMode" json:"mode,omitempty"`
	CreateAt             string      `protobuf:"bytes,6,opt,name=create_at,json=createAt,proto3" json:"create_at,omitempty"`
	LastSeenAt           string      `protobuf:"bytes,7,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,omitempty"`
	OrgId                int64       `protobuf:"varint,8,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Description          string      `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"`
	Name                 string      `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GatewayProfile) Descriptor

func (*GatewayProfile) Descriptor() ([]byte, []int)

func (*GatewayProfile) GetCreateAt

func (m *GatewayProfile) GetCreateAt() string

func (*GatewayProfile) GetDescription

func (m *GatewayProfile) GetDescription() string

func (*GatewayProfile) GetFkGwNs

func (m *GatewayProfile) GetFkGwNs() int64

func (*GatewayProfile) GetFkWallet

func (m *GatewayProfile) GetFkWallet() int64

func (*GatewayProfile) GetId

func (m *GatewayProfile) GetId() int64

func (*GatewayProfile) GetLastSeenAt

func (m *GatewayProfile) GetLastSeenAt() string

func (*GatewayProfile) GetMac

func (m *GatewayProfile) GetMac() string

func (*GatewayProfile) GetMode

func (m *GatewayProfile) GetMode() GatewayMode

func (*GatewayProfile) GetName

func (m *GatewayProfile) GetName() string

func (*GatewayProfile) GetOrgId

func (m *GatewayProfile) GetOrgId() int64

func (*GatewayProfile) ProtoMessage

func (*GatewayProfile) ProtoMessage()

func (*GatewayProfile) Reset

func (m *GatewayProfile) Reset()

func (*GatewayProfile) String

func (m *GatewayProfile) String() string

func (*GatewayProfile) XXX_DiscardUnknown

func (m *GatewayProfile) XXX_DiscardUnknown()

func (*GatewayProfile) XXX_Marshal

func (m *GatewayProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GatewayProfile) XXX_Merge

func (m *GatewayProfile) XXX_Merge(src proto.Message)

func (*GatewayProfile) XXX_Size

func (m *GatewayProfile) XXX_Size() int

func (*GatewayProfile) XXX_Unmarshal

func (m *GatewayProfile) XXX_Unmarshal(b []byte) error

type GatewayServiceClient

type GatewayServiceClient interface {
	GetGatewayList(ctx context.Context, in *GetGatewayListRequest, opts ...grpc.CallOption) (*GetGatewayListResponse, error)
	GetGatewayProfile(ctx context.Context, in *GetGatewayProfileRequest, opts ...grpc.CallOption) (*GetGatewayProfileResponse, error)
	GetGatewayHistory(ctx context.Context, in *GetGatewayHistoryRequest, opts ...grpc.CallOption) (*GetGatewayHistoryResponse, error)
	SetGatewayMode(ctx context.Context, in *SetGatewayModeRequest, opts ...grpc.CallOption) (*SetGatewayModeResponse, error)
}

GatewayServiceClient is the client API for GatewayService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGatewayServiceClient

func NewGatewayServiceClient(cc *grpc.ClientConn) GatewayServiceClient

type GatewayServiceServer

GatewayServiceServer is the server API for GatewayService service.

type GetActiveMoneyAccountRequest

type GetActiveMoneyAccountRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	MoneyAbbr            Money    `protobuf:"varint,2,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetActiveMoneyAccountRequest) Descriptor

func (*GetActiveMoneyAccountRequest) Descriptor() ([]byte, []int)

func (*GetActiveMoneyAccountRequest) GetMoneyAbbr

func (m *GetActiveMoneyAccountRequest) GetMoneyAbbr() Money

func (*GetActiveMoneyAccountRequest) GetOrgId

func (m *GetActiveMoneyAccountRequest) GetOrgId() int64

func (*GetActiveMoneyAccountRequest) ProtoMessage

func (*GetActiveMoneyAccountRequest) ProtoMessage()

func (*GetActiveMoneyAccountRequest) Reset

func (m *GetActiveMoneyAccountRequest) Reset()

func (*GetActiveMoneyAccountRequest) String

func (*GetActiveMoneyAccountRequest) XXX_DiscardUnknown

func (m *GetActiveMoneyAccountRequest) XXX_DiscardUnknown()

func (*GetActiveMoneyAccountRequest) XXX_Marshal

func (m *GetActiveMoneyAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetActiveMoneyAccountRequest) XXX_Merge

func (m *GetActiveMoneyAccountRequest) XXX_Merge(src proto.Message)

func (*GetActiveMoneyAccountRequest) XXX_Size

func (m *GetActiveMoneyAccountRequest) XXX_Size() int

func (*GetActiveMoneyAccountRequest) XXX_Unmarshal

func (m *GetActiveMoneyAccountRequest) XXX_Unmarshal(b []byte) error

type GetActiveMoneyAccountResponse

type GetActiveMoneyAccountResponse struct {
	ActiveAccount        string           `protobuf:"bytes,1,opt,name=active_account,json=activeAccount,proto3" json:"active_account,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetActiveMoneyAccountResponse) Descriptor

func (*GetActiveMoneyAccountResponse) Descriptor() ([]byte, []int)

func (*GetActiveMoneyAccountResponse) GetActiveAccount

func (m *GetActiveMoneyAccountResponse) GetActiveAccount() string

func (*GetActiveMoneyAccountResponse) GetUserProfile

func (m *GetActiveMoneyAccountResponse) GetUserProfile() *ProfileResponse

func (*GetActiveMoneyAccountResponse) ProtoMessage

func (*GetActiveMoneyAccountResponse) ProtoMessage()

func (*GetActiveMoneyAccountResponse) Reset

func (m *GetActiveMoneyAccountResponse) Reset()

func (*GetActiveMoneyAccountResponse) String

func (*GetActiveMoneyAccountResponse) XXX_DiscardUnknown

func (m *GetActiveMoneyAccountResponse) XXX_DiscardUnknown()

func (*GetActiveMoneyAccountResponse) XXX_Marshal

func (m *GetActiveMoneyAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetActiveMoneyAccountResponse) XXX_Merge

func (m *GetActiveMoneyAccountResponse) XXX_Merge(src proto.Message)

func (*GetActiveMoneyAccountResponse) XXX_Size

func (m *GetActiveMoneyAccountResponse) XXX_Size() int

func (*GetActiveMoneyAccountResponse) XXX_Unmarshal

func (m *GetActiveMoneyAccountResponse) XXX_Unmarshal(b []byte) error

type GetActiveStakesRequest

type GetActiveStakesRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetActiveStakesRequest) Descriptor

func (*GetActiveStakesRequest) Descriptor() ([]byte, []int)

func (*GetActiveStakesRequest) GetOrgId

func (m *GetActiveStakesRequest) GetOrgId() int64

func (*GetActiveStakesRequest) ProtoMessage

func (*GetActiveStakesRequest) ProtoMessage()

func (*GetActiveStakesRequest) Reset

func (m *GetActiveStakesRequest) Reset()

func (*GetActiveStakesRequest) String

func (m *GetActiveStakesRequest) String() string

func (*GetActiveStakesRequest) XXX_DiscardUnknown

func (m *GetActiveStakesRequest) XXX_DiscardUnknown()

func (*GetActiveStakesRequest) XXX_Marshal

func (m *GetActiveStakesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetActiveStakesRequest) XXX_Merge

func (m *GetActiveStakesRequest) XXX_Merge(src proto.Message)

func (*GetActiveStakesRequest) XXX_Size

func (m *GetActiveStakesRequest) XXX_Size() int

func (*GetActiveStakesRequest) XXX_Unmarshal

func (m *GetActiveStakesRequest) XXX_Unmarshal(b []byte) error

type GetActiveStakesResponse

type GetActiveStakesResponse struct {
	ActStake             *ActiveStake     `protobuf:"bytes,1,opt,name=act_stake,json=actStake,proto3" json:"act_stake,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetActiveStakesResponse) Descriptor

func (*GetActiveStakesResponse) Descriptor() ([]byte, []int)

func (*GetActiveStakesResponse) GetActStake

func (m *GetActiveStakesResponse) GetActStake() *ActiveStake

func (*GetActiveStakesResponse) GetUserProfile

func (m *GetActiveStakesResponse) GetUserProfile() *ProfileResponse

func (*GetActiveStakesResponse) ProtoMessage

func (*GetActiveStakesResponse) ProtoMessage()

func (*GetActiveStakesResponse) Reset

func (m *GetActiveStakesResponse) Reset()

func (*GetActiveStakesResponse) String

func (m *GetActiveStakesResponse) String() string

func (*GetActiveStakesResponse) XXX_DiscardUnknown

func (m *GetActiveStakesResponse) XXX_DiscardUnknown()

func (*GetActiveStakesResponse) XXX_Marshal

func (m *GetActiveStakesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetActiveStakesResponse) XXX_Merge

func (m *GetActiveStakesResponse) XXX_Merge(src proto.Message)

func (*GetActiveStakesResponse) XXX_Size

func (m *GetActiveStakesResponse) XXX_Size() int

func (*GetActiveStakesResponse) XXX_Unmarshal

func (m *GetActiveStakesResponse) XXX_Unmarshal(b []byte) error

type GetDeviceHistoryRequest

type GetDeviceHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	DevId                int64    `protobuf:"varint,2,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"`
	Offset               int64    `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceHistoryRequest) Descriptor

func (*GetDeviceHistoryRequest) Descriptor() ([]byte, []int)

func (*GetDeviceHistoryRequest) GetDevId

func (m *GetDeviceHistoryRequest) GetDevId() int64

func (*GetDeviceHistoryRequest) GetLimit

func (m *GetDeviceHistoryRequest) GetLimit() int64

func (*GetDeviceHistoryRequest) GetOffset

func (m *GetDeviceHistoryRequest) GetOffset() int64

func (*GetDeviceHistoryRequest) GetOrgId

func (m *GetDeviceHistoryRequest) GetOrgId() int64

func (*GetDeviceHistoryRequest) ProtoMessage

func (*GetDeviceHistoryRequest) ProtoMessage()

func (*GetDeviceHistoryRequest) Reset

func (m *GetDeviceHistoryRequest) Reset()

func (*GetDeviceHistoryRequest) String

func (m *GetDeviceHistoryRequest) String() string

func (*GetDeviceHistoryRequest) XXX_DiscardUnknown

func (m *GetDeviceHistoryRequest) XXX_DiscardUnknown()

func (*GetDeviceHistoryRequest) XXX_Marshal

func (m *GetDeviceHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeviceHistoryRequest) XXX_Merge

func (m *GetDeviceHistoryRequest) XXX_Merge(src proto.Message)

func (*GetDeviceHistoryRequest) XXX_Size

func (m *GetDeviceHistoryRequest) XXX_Size() int

func (*GetDeviceHistoryRequest) XXX_Unmarshal

func (m *GetDeviceHistoryRequest) XXX_Unmarshal(b []byte) error

type GetDeviceHistoryResponse

type GetDeviceHistoryResponse struct {
	DevHistory           string           `protobuf:"bytes,1,opt,name=dev_history,json=devHistory,proto3" json:"dev_history,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetDeviceHistoryResponse) Descriptor

func (*GetDeviceHistoryResponse) Descriptor() ([]byte, []int)

func (*GetDeviceHistoryResponse) GetDevHistory

func (m *GetDeviceHistoryResponse) GetDevHistory() string

func (*GetDeviceHistoryResponse) GetUserProfile

func (m *GetDeviceHistoryResponse) GetUserProfile() *ProfileResponse

func (*GetDeviceHistoryResponse) ProtoMessage

func (*GetDeviceHistoryResponse) ProtoMessage()

func (*GetDeviceHistoryResponse) Reset

func (m *GetDeviceHistoryResponse) Reset()

func (*GetDeviceHistoryResponse) String

func (m *GetDeviceHistoryResponse) String() string

func (*GetDeviceHistoryResponse) XXX_DiscardUnknown

func (m *GetDeviceHistoryResponse) XXX_DiscardUnknown()

func (*GetDeviceHistoryResponse) XXX_Marshal

func (m *GetDeviceHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeviceHistoryResponse) XXX_Merge

func (m *GetDeviceHistoryResponse) XXX_Merge(src proto.Message)

func (*GetDeviceHistoryResponse) XXX_Size

func (m *GetDeviceHistoryResponse) XXX_Size() int

func (*GetDeviceHistoryResponse) XXX_Unmarshal

func (m *GetDeviceHistoryResponse) XXX_Unmarshal(b []byte) error

type GetDeviceListRequest

type GetDeviceListRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceListRequest) Descriptor

func (*GetDeviceListRequest) Descriptor() ([]byte, []int)

func (*GetDeviceListRequest) GetLimit

func (m *GetDeviceListRequest) GetLimit() int64

func (*GetDeviceListRequest) GetOffset

func (m *GetDeviceListRequest) GetOffset() int64

func (*GetDeviceListRequest) GetOrgId

func (m *GetDeviceListRequest) GetOrgId() int64

func (*GetDeviceListRequest) ProtoMessage

func (*GetDeviceListRequest) ProtoMessage()

func (*GetDeviceListRequest) Reset

func (m *GetDeviceListRequest) Reset()

func (*GetDeviceListRequest) String

func (m *GetDeviceListRequest) String() string

func (*GetDeviceListRequest) XXX_DiscardUnknown

func (m *GetDeviceListRequest) XXX_DiscardUnknown()

func (*GetDeviceListRequest) XXX_Marshal

func (m *GetDeviceListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeviceListRequest) XXX_Merge

func (m *GetDeviceListRequest) XXX_Merge(src proto.Message)

func (*GetDeviceListRequest) XXX_Size

func (m *GetDeviceListRequest) XXX_Size() int

func (*GetDeviceListRequest) XXX_Unmarshal

func (m *GetDeviceListRequest) XXX_Unmarshal(b []byte) error

type GetDeviceListResponse

type GetDeviceListResponse struct {
	DevProfile           []*DeviceProfile `protobuf:"bytes,1,rep,name=dev_profile,json=devProfile,proto3" json:"dev_profile,omitempty"`
	Count                int64            `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetDeviceListResponse) Descriptor

func (*GetDeviceListResponse) Descriptor() ([]byte, []int)

func (*GetDeviceListResponse) GetCount

func (m *GetDeviceListResponse) GetCount() int64

func (*GetDeviceListResponse) GetDevProfile

func (m *GetDeviceListResponse) GetDevProfile() []*DeviceProfile

func (*GetDeviceListResponse) GetUserProfile

func (m *GetDeviceListResponse) GetUserProfile() *ProfileResponse

func (*GetDeviceListResponse) ProtoMessage

func (*GetDeviceListResponse) ProtoMessage()

func (*GetDeviceListResponse) Reset

func (m *GetDeviceListResponse) Reset()

func (*GetDeviceListResponse) String

func (m *GetDeviceListResponse) String() string

func (*GetDeviceListResponse) XXX_DiscardUnknown

func (m *GetDeviceListResponse) XXX_DiscardUnknown()

func (*GetDeviceListResponse) XXX_Marshal

func (m *GetDeviceListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeviceListResponse) XXX_Merge

func (m *GetDeviceListResponse) XXX_Merge(src proto.Message)

func (*GetDeviceListResponse) XXX_Size

func (m *GetDeviceListResponse) XXX_Size() int

func (*GetDeviceListResponse) XXX_Unmarshal

func (m *GetDeviceListResponse) XXX_Unmarshal(b []byte) error

type GetDeviceProfileRequest

type GetDeviceProfileRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	DevId                int64    `protobuf:"varint,2,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceProfileRequest) Descriptor

func (*GetDeviceProfileRequest) Descriptor() ([]byte, []int)

func (*GetDeviceProfileRequest) GetDevId

func (m *GetDeviceProfileRequest) GetDevId() int64

func (*GetDeviceProfileRequest) GetOrgId

func (m *GetDeviceProfileRequest) GetOrgId() int64

func (*GetDeviceProfileRequest) ProtoMessage

func (*GetDeviceProfileRequest) ProtoMessage()

func (*GetDeviceProfileRequest) Reset

func (m *GetDeviceProfileRequest) Reset()

func (*GetDeviceProfileRequest) String

func (m *GetDeviceProfileRequest) String() string

func (*GetDeviceProfileRequest) XXX_DiscardUnknown

func (m *GetDeviceProfileRequest) XXX_DiscardUnknown()

func (*GetDeviceProfileRequest) XXX_Marshal

func (m *GetDeviceProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeviceProfileRequest) XXX_Merge

func (m *GetDeviceProfileRequest) XXX_Merge(src proto.Message)

func (*GetDeviceProfileRequest) XXX_Size

func (m *GetDeviceProfileRequest) XXX_Size() int

func (*GetDeviceProfileRequest) XXX_Unmarshal

func (m *GetDeviceProfileRequest) XXX_Unmarshal(b []byte) error

type GetDeviceProfileResponse

type GetDeviceProfileResponse struct {
	DevProfile           *DeviceProfile   `protobuf:"bytes,1,opt,name=dev_profile,json=devProfile,proto3" json:"dev_profile,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetDeviceProfileResponse) Descriptor

func (*GetDeviceProfileResponse) Descriptor() ([]byte, []int)

func (*GetDeviceProfileResponse) GetDevProfile

func (m *GetDeviceProfileResponse) GetDevProfile() *DeviceProfile

func (*GetDeviceProfileResponse) GetUserProfile

func (m *GetDeviceProfileResponse) GetUserProfile() *ProfileResponse

func (*GetDeviceProfileResponse) ProtoMessage

func (*GetDeviceProfileResponse) ProtoMessage()

func (*GetDeviceProfileResponse) Reset

func (m *GetDeviceProfileResponse) Reset()

func (*GetDeviceProfileResponse) String

func (m *GetDeviceProfileResponse) String() string

func (*GetDeviceProfileResponse) XXX_DiscardUnknown

func (m *GetDeviceProfileResponse) XXX_DiscardUnknown()

func (*GetDeviceProfileResponse) XXX_Marshal

func (m *GetDeviceProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDeviceProfileResponse) XXX_Merge

func (m *GetDeviceProfileResponse) XXX_Merge(src proto.Message)

func (*GetDeviceProfileResponse) XXX_Size

func (m *GetDeviceProfileResponse) XXX_Size() int

func (*GetDeviceProfileResponse) XXX_Unmarshal

func (m *GetDeviceProfileResponse) XXX_Unmarshal(b []byte) error

type GetDownLinkPriceRequest

type GetDownLinkPriceRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDownLinkPriceRequest) Descriptor

func (*GetDownLinkPriceRequest) Descriptor() ([]byte, []int)

func (*GetDownLinkPriceRequest) GetOrgId

func (m *GetDownLinkPriceRequest) GetOrgId() int64

func (*GetDownLinkPriceRequest) ProtoMessage

func (*GetDownLinkPriceRequest) ProtoMessage()

func (*GetDownLinkPriceRequest) Reset

func (m *GetDownLinkPriceRequest) Reset()

func (*GetDownLinkPriceRequest) String

func (m *GetDownLinkPriceRequest) String() string

func (*GetDownLinkPriceRequest) XXX_DiscardUnknown

func (m *GetDownLinkPriceRequest) XXX_DiscardUnknown()

func (*GetDownLinkPriceRequest) XXX_Marshal

func (m *GetDownLinkPriceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDownLinkPriceRequest) XXX_Merge

func (m *GetDownLinkPriceRequest) XXX_Merge(src proto.Message)

func (*GetDownLinkPriceRequest) XXX_Size

func (m *GetDownLinkPriceRequest) XXX_Size() int

func (*GetDownLinkPriceRequest) XXX_Unmarshal

func (m *GetDownLinkPriceRequest) XXX_Unmarshal(b []byte) error

type GetDownLinkPriceResponse

type GetDownLinkPriceResponse struct {
	DownLinkPrice        float64          `protobuf:"fixed64,1,opt,name=down_link_price,json=downLinkPrice,proto3" json:"down_link_price,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetDownLinkPriceResponse) Descriptor

func (*GetDownLinkPriceResponse) Descriptor() ([]byte, []int)

func (*GetDownLinkPriceResponse) GetDownLinkPrice

func (m *GetDownLinkPriceResponse) GetDownLinkPrice() float64

func (*GetDownLinkPriceResponse) GetUserProfile

func (m *GetDownLinkPriceResponse) GetUserProfile() *ProfileResponse

func (*GetDownLinkPriceResponse) ProtoMessage

func (*GetDownLinkPriceResponse) ProtoMessage()

func (*GetDownLinkPriceResponse) Reset

func (m *GetDownLinkPriceResponse) Reset()

func (*GetDownLinkPriceResponse) String

func (m *GetDownLinkPriceResponse) String() string

func (*GetDownLinkPriceResponse) XXX_DiscardUnknown

func (m *GetDownLinkPriceResponse) XXX_DiscardUnknown()

func (*GetDownLinkPriceResponse) XXX_Marshal

func (m *GetDownLinkPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDownLinkPriceResponse) XXX_Merge

func (m *GetDownLinkPriceResponse) XXX_Merge(src proto.Message)

func (*GetDownLinkPriceResponse) XXX_Size

func (m *GetDownLinkPriceResponse) XXX_Size() int

func (*GetDownLinkPriceResponse) XXX_Unmarshal

func (m *GetDownLinkPriceResponse) XXX_Unmarshal(b []byte) error

type GetGatewayHistoryRequest

type GetGatewayHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GwId                 int64    `protobuf:"varint,2,opt,name=gw_id,json=gwId,proto3" json:"gw_id,omitempty"`
	Offset               int64    `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayHistoryRequest) Descriptor

func (*GetGatewayHistoryRequest) Descriptor() ([]byte, []int)

func (*GetGatewayHistoryRequest) GetGwId

func (m *GetGatewayHistoryRequest) GetGwId() int64

func (*GetGatewayHistoryRequest) GetLimit

func (m *GetGatewayHistoryRequest) GetLimit() int64

func (*GetGatewayHistoryRequest) GetOffset

func (m *GetGatewayHistoryRequest) GetOffset() int64

func (*GetGatewayHistoryRequest) GetOrgId

func (m *GetGatewayHistoryRequest) GetOrgId() int64

func (*GetGatewayHistoryRequest) ProtoMessage

func (*GetGatewayHistoryRequest) ProtoMessage()

func (*GetGatewayHistoryRequest) Reset

func (m *GetGatewayHistoryRequest) Reset()

func (*GetGatewayHistoryRequest) String

func (m *GetGatewayHistoryRequest) String() string

func (*GetGatewayHistoryRequest) XXX_DiscardUnknown

func (m *GetGatewayHistoryRequest) XXX_DiscardUnknown()

func (*GetGatewayHistoryRequest) XXX_Marshal

func (m *GetGatewayHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetGatewayHistoryRequest) XXX_Merge

func (m *GetGatewayHistoryRequest) XXX_Merge(src proto.Message)

func (*GetGatewayHistoryRequest) XXX_Size

func (m *GetGatewayHistoryRequest) XXX_Size() int

func (*GetGatewayHistoryRequest) XXX_Unmarshal

func (m *GetGatewayHistoryRequest) XXX_Unmarshal(b []byte) error

type GetGatewayHistoryResponse

type GetGatewayHistoryResponse struct {
	GwHistory            string           `protobuf:"bytes,1,opt,name=gw_history,json=gwHistory,proto3" json:"gw_history,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetGatewayHistoryResponse) Descriptor

func (*GetGatewayHistoryResponse) Descriptor() ([]byte, []int)

func (*GetGatewayHistoryResponse) GetGwHistory

func (m *GetGatewayHistoryResponse) GetGwHistory() string

func (*GetGatewayHistoryResponse) GetUserProfile

func (m *GetGatewayHistoryResponse) GetUserProfile() *ProfileResponse

func (*GetGatewayHistoryResponse) ProtoMessage

func (*GetGatewayHistoryResponse) ProtoMessage()

func (*GetGatewayHistoryResponse) Reset

func (m *GetGatewayHistoryResponse) Reset()

func (*GetGatewayHistoryResponse) String

func (m *GetGatewayHistoryResponse) String() string

func (*GetGatewayHistoryResponse) XXX_DiscardUnknown

func (m *GetGatewayHistoryResponse) XXX_DiscardUnknown()

func (*GetGatewayHistoryResponse) XXX_Marshal

func (m *GetGatewayHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetGatewayHistoryResponse) XXX_Merge

func (m *GetGatewayHistoryResponse) XXX_Merge(src proto.Message)

func (*GetGatewayHistoryResponse) XXX_Size

func (m *GetGatewayHistoryResponse) XXX_Size() int

func (*GetGatewayHistoryResponse) XXX_Unmarshal

func (m *GetGatewayHistoryResponse) XXX_Unmarshal(b []byte) error

type GetGatewayListRequest

type GetGatewayListRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayListRequest) Descriptor

func (*GetGatewayListRequest) Descriptor() ([]byte, []int)

func (*GetGatewayListRequest) GetLimit

func (m *GetGatewayListRequest) GetLimit() int64

func (*GetGatewayListRequest) GetOffset

func (m *GetGatewayListRequest) GetOffset() int64

func (*GetGatewayListRequest) GetOrgId

func (m *GetGatewayListRequest) GetOrgId() int64

func (*GetGatewayListRequest) ProtoMessage

func (*GetGatewayListRequest) ProtoMessage()

func (*GetGatewayListRequest) Reset

func (m *GetGatewayListRequest) Reset()

func (*GetGatewayListRequest) String

func (m *GetGatewayListRequest) String() string

func (*GetGatewayListRequest) XXX_DiscardUnknown

func (m *GetGatewayListRequest) XXX_DiscardUnknown()

func (*GetGatewayListRequest) XXX_Marshal

func (m *GetGatewayListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetGatewayListRequest) XXX_Merge

func (m *GetGatewayListRequest) XXX_Merge(src proto.Message)

func (*GetGatewayListRequest) XXX_Size

func (m *GetGatewayListRequest) XXX_Size() int

func (*GetGatewayListRequest) XXX_Unmarshal

func (m *GetGatewayListRequest) XXX_Unmarshal(b []byte) error

type GetGatewayListResponse

type GetGatewayListResponse struct {
	GwProfile            []*GatewayProfile `protobuf:"bytes,1,rep,name=gw_profile,json=gwProfile,proto3" json:"gw_profile,omitempty"`
	Count                int64             `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	UserProfile          *ProfileResponse  `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetGatewayListResponse) Descriptor

func (*GetGatewayListResponse) Descriptor() ([]byte, []int)

func (*GetGatewayListResponse) GetCount

func (m *GetGatewayListResponse) GetCount() int64

func (*GetGatewayListResponse) GetGwProfile

func (m *GetGatewayListResponse) GetGwProfile() []*GatewayProfile

func (*GetGatewayListResponse) GetUserProfile

func (m *GetGatewayListResponse) GetUserProfile() *ProfileResponse

func (*GetGatewayListResponse) ProtoMessage

func (*GetGatewayListResponse) ProtoMessage()

func (*GetGatewayListResponse) Reset

func (m *GetGatewayListResponse) Reset()

func (*GetGatewayListResponse) String

func (m *GetGatewayListResponse) String() string

func (*GetGatewayListResponse) XXX_DiscardUnknown

func (m *GetGatewayListResponse) XXX_DiscardUnknown()

func (*GetGatewayListResponse) XXX_Marshal

func (m *GetGatewayListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetGatewayListResponse) XXX_Merge

func (m *GetGatewayListResponse) XXX_Merge(src proto.Message)

func (*GetGatewayListResponse) XXX_Size

func (m *GetGatewayListResponse) XXX_Size() int

func (*GetGatewayListResponse) XXX_Unmarshal

func (m *GetGatewayListResponse) XXX_Unmarshal(b []byte) error

type GetGatewayProfileRequest

type GetGatewayProfileRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GwId                 int64    `protobuf:"varint,2,opt,name=gw_id,json=gwId,proto3" json:"gw_id,omitempty"`
	Offset               int64    `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayProfileRequest) Descriptor

func (*GetGatewayProfileRequest) Descriptor() ([]byte, []int)

func (*GetGatewayProfileRequest) GetGwId

func (m *GetGatewayProfileRequest) GetGwId() int64

func (*GetGatewayProfileRequest) GetLimit

func (m *GetGatewayProfileRequest) GetLimit() int64

func (*GetGatewayProfileRequest) GetOffset

func (m *GetGatewayProfileRequest) GetOffset() int64

func (*GetGatewayProfileRequest) GetOrgId

func (m *GetGatewayProfileRequest) GetOrgId() int64

func (*GetGatewayProfileRequest) ProtoMessage

func (*GetGatewayProfileRequest) ProtoMessage()

func (*GetGatewayProfileRequest) Reset

func (m *GetGatewayProfileRequest) Reset()

func (*GetGatewayProfileRequest) String

func (m *GetGatewayProfileRequest) String() string

func (*GetGatewayProfileRequest) XXX_DiscardUnknown

func (m *GetGatewayProfileRequest) XXX_DiscardUnknown()

func (*GetGatewayProfileRequest) XXX_Marshal

func (m *GetGatewayProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetGatewayProfileRequest) XXX_Merge

func (m *GetGatewayProfileRequest) XXX_Merge(src proto.Message)

func (*GetGatewayProfileRequest) XXX_Size

func (m *GetGatewayProfileRequest) XXX_Size() int

func (*GetGatewayProfileRequest) XXX_Unmarshal

func (m *GetGatewayProfileRequest) XXX_Unmarshal(b []byte) error

type GetGatewayProfileResponse

type GetGatewayProfileResponse struct {
	GwProfile            *GatewayProfile  `protobuf:"bytes,1,opt,name=gw_profile,json=gwProfile,proto3" json:"gw_profile,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetGatewayProfileResponse) Descriptor

func (*GetGatewayProfileResponse) Descriptor() ([]byte, []int)

func (*GetGatewayProfileResponse) GetGwProfile

func (m *GetGatewayProfileResponse) GetGwProfile() *GatewayProfile

func (*GetGatewayProfileResponse) GetUserProfile

func (m *GetGatewayProfileResponse) GetUserProfile() *ProfileResponse

func (*GetGatewayProfileResponse) ProtoMessage

func (*GetGatewayProfileResponse) ProtoMessage()

func (*GetGatewayProfileResponse) Reset

func (m *GetGatewayProfileResponse) Reset()

func (*GetGatewayProfileResponse) String

func (m *GetGatewayProfileResponse) String() string

func (*GetGatewayProfileResponse) XXX_DiscardUnknown

func (m *GetGatewayProfileResponse) XXX_DiscardUnknown()

func (*GetGatewayProfileResponse) XXX_Marshal

func (m *GetGatewayProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetGatewayProfileResponse) XXX_Merge

func (m *GetGatewayProfileResponse) XXX_Merge(src proto.Message)

func (*GetGatewayProfileResponse) XXX_Size

func (m *GetGatewayProfileResponse) XXX_Size() int

func (*GetGatewayProfileResponse) XXX_Unmarshal

func (m *GetGatewayProfileResponse) XXX_Unmarshal(b []byte) error

type GetIncomeRequest

type GetIncomeRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetIncomeRequest) Descriptor

func (*GetIncomeRequest) Descriptor() ([]byte, []int)

func (*GetIncomeRequest) GetOrgId

func (m *GetIncomeRequest) GetOrgId() int64

func (*GetIncomeRequest) ProtoMessage

func (*GetIncomeRequest) ProtoMessage()

func (*GetIncomeRequest) Reset

func (m *GetIncomeRequest) Reset()

func (*GetIncomeRequest) String

func (m *GetIncomeRequest) String() string

func (*GetIncomeRequest) XXX_DiscardUnknown

func (m *GetIncomeRequest) XXX_DiscardUnknown()

func (*GetIncomeRequest) XXX_Marshal

func (m *GetIncomeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetIncomeRequest) XXX_Merge

func (m *GetIncomeRequest) XXX_Merge(src proto.Message)

func (*GetIncomeRequest) XXX_Size

func (m *GetIncomeRequest) XXX_Size() int

func (*GetIncomeRequest) XXX_Unmarshal

func (m *GetIncomeRequest) XXX_Unmarshal(b []byte) error

type GetIncomeResponse

type GetIncomeResponse struct {
	Amount               float64  `protobuf:"fixed64,1,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetIncomeResponse) Descriptor

func (*GetIncomeResponse) Descriptor() ([]byte, []int)

func (*GetIncomeResponse) GetAmount

func (m *GetIncomeResponse) GetAmount() float64

func (*GetIncomeResponse) ProtoMessage

func (*GetIncomeResponse) ProtoMessage()

func (*GetIncomeResponse) Reset

func (m *GetIncomeResponse) Reset()

func (*GetIncomeResponse) String

func (m *GetIncomeResponse) String() string

func (*GetIncomeResponse) XXX_DiscardUnknown

func (m *GetIncomeResponse) XXX_DiscardUnknown()

func (*GetIncomeResponse) XXX_Marshal

func (m *GetIncomeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetIncomeResponse) XXX_Merge

func (m *GetIncomeResponse) XXX_Merge(src proto.Message)

func (*GetIncomeResponse) XXX_Size

func (m *GetIncomeResponse) XXX_Size() int

func (*GetIncomeResponse) XXX_Unmarshal

func (m *GetIncomeResponse) XXX_Unmarshal(b []byte) error

type GetMoneyAccountChangeHistoryRequest

type GetMoneyAccountChangeHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	MoneyAbbr            Money    `protobuf:"varint,4,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetMoneyAccountChangeHistoryRequest) Descriptor

func (*GetMoneyAccountChangeHistoryRequest) Descriptor() ([]byte, []int)

func (*GetMoneyAccountChangeHistoryRequest) GetLimit

func (*GetMoneyAccountChangeHistoryRequest) GetMoneyAbbr

func (m *GetMoneyAccountChangeHistoryRequest) GetMoneyAbbr() Money

func (*GetMoneyAccountChangeHistoryRequest) GetOffset

func (*GetMoneyAccountChangeHistoryRequest) GetOrgId

func (*GetMoneyAccountChangeHistoryRequest) ProtoMessage

func (*GetMoneyAccountChangeHistoryRequest) ProtoMessage()

func (*GetMoneyAccountChangeHistoryRequest) Reset

func (*GetMoneyAccountChangeHistoryRequest) String

func (*GetMoneyAccountChangeHistoryRequest) XXX_DiscardUnknown

func (m *GetMoneyAccountChangeHistoryRequest) XXX_DiscardUnknown()

func (*GetMoneyAccountChangeHistoryRequest) XXX_Marshal

func (m *GetMoneyAccountChangeHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMoneyAccountChangeHistoryRequest) XXX_Merge

func (*GetMoneyAccountChangeHistoryRequest) XXX_Size

func (*GetMoneyAccountChangeHistoryRequest) XXX_Unmarshal

func (m *GetMoneyAccountChangeHistoryRequest) XXX_Unmarshal(b []byte) error

type GetMoneyAccountChangeHistoryResponse

type GetMoneyAccountChangeHistoryResponse struct {
	Count                int64                        `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	ChangeHistory        []*MoneyAccountChangeHistory `protobuf:"bytes,2,rep,name=change_history,json=changeHistory,proto3" json:"change_history,omitempty"`
	UserProfile          *ProfileResponse             `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*GetMoneyAccountChangeHistoryResponse) Descriptor

func (*GetMoneyAccountChangeHistoryResponse) Descriptor() ([]byte, []int)

func (*GetMoneyAccountChangeHistoryResponse) GetChangeHistory

func (*GetMoneyAccountChangeHistoryResponse) GetCount

func (*GetMoneyAccountChangeHistoryResponse) GetUserProfile

func (*GetMoneyAccountChangeHistoryResponse) ProtoMessage

func (*GetMoneyAccountChangeHistoryResponse) ProtoMessage()

func (*GetMoneyAccountChangeHistoryResponse) Reset

func (*GetMoneyAccountChangeHistoryResponse) String

func (*GetMoneyAccountChangeHistoryResponse) XXX_DiscardUnknown

func (m *GetMoneyAccountChangeHistoryResponse) XXX_DiscardUnknown()

func (*GetMoneyAccountChangeHistoryResponse) XXX_Marshal

func (m *GetMoneyAccountChangeHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMoneyAccountChangeHistoryResponse) XXX_Merge

func (*GetMoneyAccountChangeHistoryResponse) XXX_Size

func (*GetMoneyAccountChangeHistoryResponse) XXX_Unmarshal

func (m *GetMoneyAccountChangeHistoryResponse) XXX_Unmarshal(b []byte) error

type GetSettingsRequest

type GetSettingsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSettingsRequest) Descriptor

func (*GetSettingsRequest) Descriptor() ([]byte, []int)

func (*GetSettingsRequest) ProtoMessage

func (*GetSettingsRequest) ProtoMessage()

func (*GetSettingsRequest) Reset

func (m *GetSettingsRequest) Reset()

func (*GetSettingsRequest) String

func (m *GetSettingsRequest) String() string

func (*GetSettingsRequest) XXX_DiscardUnknown

func (m *GetSettingsRequest) XXX_DiscardUnknown()

func (*GetSettingsRequest) XXX_Marshal

func (m *GetSettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSettingsRequest) XXX_Merge

func (m *GetSettingsRequest) XXX_Merge(src proto.Message)

func (*GetSettingsRequest) XXX_Size

func (m *GetSettingsRequest) XXX_Size() int

func (*GetSettingsRequest) XXX_Unmarshal

func (m *GetSettingsRequest) XXX_Unmarshal(b []byte) error

type GetSettingsResponse

type GetSettingsResponse struct {
	LowBalanceWarning          int64    `protobuf:"varint,1,opt,name=lowBalanceWarning,proto3" json:"lowBalanceWarning,omitempty"`
	DownlinkFee                int64    `protobuf:"varint,2,opt,name=downlinkFee,proto3" json:"downlinkFee,omitempty"`
	TransactionPercentageShare int64    `protobuf:"varint,3,opt,name=transactionPercentageShare,proto3" json:"transactionPercentageShare,omitempty"`
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*GetSettingsResponse) Descriptor

func (*GetSettingsResponse) Descriptor() ([]byte, []int)

func (*GetSettingsResponse) GetDownlinkFee

func (m *GetSettingsResponse) GetDownlinkFee() int64

func (*GetSettingsResponse) GetLowBalanceWarning

func (m *GetSettingsResponse) GetLowBalanceWarning() int64

func (*GetSettingsResponse) GetTransactionPercentageShare

func (m *GetSettingsResponse) GetTransactionPercentageShare() int64

func (*GetSettingsResponse) ProtoMessage

func (*GetSettingsResponse) ProtoMessage()

func (*GetSettingsResponse) Reset

func (m *GetSettingsResponse) Reset()

func (*GetSettingsResponse) String

func (m *GetSettingsResponse) String() string

func (*GetSettingsResponse) XXX_DiscardUnknown

func (m *GetSettingsResponse) XXX_DiscardUnknown()

func (*GetSettingsResponse) XXX_Marshal

func (m *GetSettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSettingsResponse) XXX_Merge

func (m *GetSettingsResponse) XXX_Merge(src proto.Message)

func (*GetSettingsResponse) XXX_Size

func (m *GetSettingsResponse) XXX_Size() int

func (*GetSettingsResponse) XXX_Unmarshal

func (m *GetSettingsResponse) XXX_Unmarshal(b []byte) error

type GetStakingHistory

type GetStakingHistory struct {
	StakeAmount          float64  `protobuf:"fixed64,1,opt,name=stake_amount,json=stakeAmount,proto3" json:"stake_amount,omitempty"`
	Start                string   `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	End                  string   `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	RevMonth             string   `protobuf:"bytes,4,opt,name=rev_month,json=revMonth,proto3" json:"rev_month,omitempty"`
	NetworkIncome        float64  `protobuf:"fixed64,5,opt,name=network_income,json=networkIncome,proto3" json:"network_income,omitempty"`
	MonthlyRate          float64  `protobuf:"fixed64,6,opt,name=monthly_rate,json=monthlyRate,proto3" json:"monthly_rate,omitempty"`
	Revenue              float64  `protobuf:"fixed64,7,opt,name=revenue,proto3" json:"revenue,omitempty"`
	Balance              float64  `protobuf:"fixed64,8,opt,name=balance,proto3" json:"balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStakingHistory) Descriptor

func (*GetStakingHistory) Descriptor() ([]byte, []int)

func (*GetStakingHistory) GetBalance

func (m *GetStakingHistory) GetBalance() float64

func (*GetStakingHistory) GetEnd

func (m *GetStakingHistory) GetEnd() string

func (*GetStakingHistory) GetMonthlyRate

func (m *GetStakingHistory) GetMonthlyRate() float64

func (*GetStakingHistory) GetNetworkIncome

func (m *GetStakingHistory) GetNetworkIncome() float64

func (*GetStakingHistory) GetRevMonth

func (m *GetStakingHistory) GetRevMonth() string

func (*GetStakingHistory) GetRevenue

func (m *GetStakingHistory) GetRevenue() float64

func (*GetStakingHistory) GetStakeAmount

func (m *GetStakingHistory) GetStakeAmount() float64

func (*GetStakingHistory) GetStart

func (m *GetStakingHistory) GetStart() string

func (*GetStakingHistory) ProtoMessage

func (*GetStakingHistory) ProtoMessage()

func (*GetStakingHistory) Reset

func (m *GetStakingHistory) Reset()

func (*GetStakingHistory) String

func (m *GetStakingHistory) String() string

func (*GetStakingHistory) XXX_DiscardUnknown

func (m *GetStakingHistory) XXX_DiscardUnknown()

func (*GetStakingHistory) XXX_Marshal

func (m *GetStakingHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetStakingHistory) XXX_Merge

func (m *GetStakingHistory) XXX_Merge(src proto.Message)

func (*GetStakingHistory) XXX_Size

func (m *GetStakingHistory) XXX_Size() int

func (*GetStakingHistory) XXX_Unmarshal

func (m *GetStakingHistory) XXX_Unmarshal(b []byte) error

type GetSuperNodeActiveMoneyAccountRequest

type GetSuperNodeActiveMoneyAccountRequest struct {
	MoneyAbbr            Money    `protobuf:"varint,1,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	OrgId                int64    `protobuf:"varint,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSuperNodeActiveMoneyAccountRequest) Descriptor

func (*GetSuperNodeActiveMoneyAccountRequest) Descriptor() ([]byte, []int)

func (*GetSuperNodeActiveMoneyAccountRequest) GetMoneyAbbr

func (m *GetSuperNodeActiveMoneyAccountRequest) GetMoneyAbbr() Money

func (*GetSuperNodeActiveMoneyAccountRequest) GetOrgId

func (*GetSuperNodeActiveMoneyAccountRequest) ProtoMessage

func (*GetSuperNodeActiveMoneyAccountRequest) ProtoMessage()

func (*GetSuperNodeActiveMoneyAccountRequest) Reset

func (*GetSuperNodeActiveMoneyAccountRequest) String

func (*GetSuperNodeActiveMoneyAccountRequest) XXX_DiscardUnknown

func (m *GetSuperNodeActiveMoneyAccountRequest) XXX_DiscardUnknown()

func (*GetSuperNodeActiveMoneyAccountRequest) XXX_Marshal

func (m *GetSuperNodeActiveMoneyAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSuperNodeActiveMoneyAccountRequest) XXX_Merge

func (*GetSuperNodeActiveMoneyAccountRequest) XXX_Size

func (*GetSuperNodeActiveMoneyAccountRequest) XXX_Unmarshal

func (m *GetSuperNodeActiveMoneyAccountRequest) XXX_Unmarshal(b []byte) error

type GetSuperNodeActiveMoneyAccountResponse

type GetSuperNodeActiveMoneyAccountResponse struct {
	SupernodeActiveAccount string           `` /* 129-byte string literal not displayed */
	UserProfile            *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}         `json:"-"`
	XXX_unrecognized       []byte           `json:"-"`
	XXX_sizecache          int32            `json:"-"`
}

func (*GetSuperNodeActiveMoneyAccountResponse) Descriptor

func (*GetSuperNodeActiveMoneyAccountResponse) Descriptor() ([]byte, []int)

func (*GetSuperNodeActiveMoneyAccountResponse) GetSupernodeActiveAccount

func (m *GetSuperNodeActiveMoneyAccountResponse) GetSupernodeActiveAccount() string

func (*GetSuperNodeActiveMoneyAccountResponse) GetUserProfile

func (*GetSuperNodeActiveMoneyAccountResponse) ProtoMessage

func (*GetSuperNodeActiveMoneyAccountResponse) Reset

func (*GetSuperNodeActiveMoneyAccountResponse) String

func (*GetSuperNodeActiveMoneyAccountResponse) XXX_DiscardUnknown

func (m *GetSuperNodeActiveMoneyAccountResponse) XXX_DiscardUnknown()

func (*GetSuperNodeActiveMoneyAccountResponse) XXX_Marshal

func (m *GetSuperNodeActiveMoneyAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSuperNodeActiveMoneyAccountResponse) XXX_Merge

func (*GetSuperNodeActiveMoneyAccountResponse) XXX_Size

func (*GetSuperNodeActiveMoneyAccountResponse) XXX_Unmarshal

func (m *GetSuperNodeActiveMoneyAccountResponse) XXX_Unmarshal(b []byte) error

type GetTopUpDestinationRequest

type GetTopUpDestinationRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	MoneyAbbr            Money    `protobuf:"varint,2,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTopUpDestinationRequest) Descriptor

func (*GetTopUpDestinationRequest) Descriptor() ([]byte, []int)

func (*GetTopUpDestinationRequest) GetMoneyAbbr

func (m *GetTopUpDestinationRequest) GetMoneyAbbr() Money

func (*GetTopUpDestinationRequest) GetOrgId

func (m *GetTopUpDestinationRequest) GetOrgId() int64

func (*GetTopUpDestinationRequest) ProtoMessage

func (*GetTopUpDestinationRequest) ProtoMessage()

func (*GetTopUpDestinationRequest) Reset

func (m *GetTopUpDestinationRequest) Reset()

func (*GetTopUpDestinationRequest) String

func (m *GetTopUpDestinationRequest) String() string

func (*GetTopUpDestinationRequest) XXX_DiscardUnknown

func (m *GetTopUpDestinationRequest) XXX_DiscardUnknown()

func (*GetTopUpDestinationRequest) XXX_Marshal

func (m *GetTopUpDestinationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTopUpDestinationRequest) XXX_Merge

func (m *GetTopUpDestinationRequest) XXX_Merge(src proto.Message)

func (*GetTopUpDestinationRequest) XXX_Size

func (m *GetTopUpDestinationRequest) XXX_Size() int

func (*GetTopUpDestinationRequest) XXX_Unmarshal

func (m *GetTopUpDestinationRequest) XXX_Unmarshal(b []byte) error

type GetTopUpDestinationResponse

type GetTopUpDestinationResponse struct {
	ActiveAccount        string           `protobuf:"bytes,1,opt,name=active_account,json=activeAccount,proto3" json:"active_account,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetTopUpDestinationResponse) Descriptor

func (*GetTopUpDestinationResponse) Descriptor() ([]byte, []int)

func (*GetTopUpDestinationResponse) GetActiveAccount

func (m *GetTopUpDestinationResponse) GetActiveAccount() string

func (*GetTopUpDestinationResponse) GetUserProfile

func (m *GetTopUpDestinationResponse) GetUserProfile() *ProfileResponse

func (*GetTopUpDestinationResponse) ProtoMessage

func (*GetTopUpDestinationResponse) ProtoMessage()

func (*GetTopUpDestinationResponse) Reset

func (m *GetTopUpDestinationResponse) Reset()

func (*GetTopUpDestinationResponse) String

func (m *GetTopUpDestinationResponse) String() string

func (*GetTopUpDestinationResponse) XXX_DiscardUnknown

func (m *GetTopUpDestinationResponse) XXX_DiscardUnknown()

func (*GetTopUpDestinationResponse) XXX_Marshal

func (m *GetTopUpDestinationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTopUpDestinationResponse) XXX_Merge

func (m *GetTopUpDestinationResponse) XXX_Merge(src proto.Message)

func (*GetTopUpDestinationResponse) XXX_Size

func (m *GetTopUpDestinationResponse) XXX_Size() int

func (*GetTopUpDestinationResponse) XXX_Unmarshal

func (m *GetTopUpDestinationResponse) XXX_Unmarshal(b []byte) error

type GetTopUpHistoryRequest

type GetTopUpHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTopUpHistoryRequest) Descriptor

func (*GetTopUpHistoryRequest) Descriptor() ([]byte, []int)

func (*GetTopUpHistoryRequest) GetLimit

func (m *GetTopUpHistoryRequest) GetLimit() int64

func (*GetTopUpHistoryRequest) GetOffset

func (m *GetTopUpHistoryRequest) GetOffset() int64

func (*GetTopUpHistoryRequest) GetOrgId

func (m *GetTopUpHistoryRequest) GetOrgId() int64

func (*GetTopUpHistoryRequest) ProtoMessage

func (*GetTopUpHistoryRequest) ProtoMessage()

func (*GetTopUpHistoryRequest) Reset

func (m *GetTopUpHistoryRequest) Reset()

func (*GetTopUpHistoryRequest) String

func (m *GetTopUpHistoryRequest) String() string

func (*GetTopUpHistoryRequest) XXX_DiscardUnknown

func (m *GetTopUpHistoryRequest) XXX_DiscardUnknown()

func (*GetTopUpHistoryRequest) XXX_Marshal

func (m *GetTopUpHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTopUpHistoryRequest) XXX_Merge

func (m *GetTopUpHistoryRequest) XXX_Merge(src proto.Message)

func (*GetTopUpHistoryRequest) XXX_Size

func (m *GetTopUpHistoryRequest) XXX_Size() int

func (*GetTopUpHistoryRequest) XXX_Unmarshal

func (m *GetTopUpHistoryRequest) XXX_Unmarshal(b []byte) error

type GetTopUpHistoryResponse

type GetTopUpHistoryResponse struct {
	Count                int64            `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	TopupHistory         []*TopUpHistory  `protobuf:"bytes,2,rep,name=topup_history,json=topupHistory,proto3" json:"topup_history,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetTopUpHistoryResponse) Descriptor

func (*GetTopUpHistoryResponse) Descriptor() ([]byte, []int)

func (*GetTopUpHistoryResponse) GetCount

func (m *GetTopUpHistoryResponse) GetCount() int64

func (*GetTopUpHistoryResponse) GetTopupHistory

func (m *GetTopUpHistoryResponse) GetTopupHistory() []*TopUpHistory

func (*GetTopUpHistoryResponse) GetUserProfile

func (m *GetTopUpHistoryResponse) GetUserProfile() *ProfileResponse

func (*GetTopUpHistoryResponse) ProtoMessage

func (*GetTopUpHistoryResponse) ProtoMessage()

func (*GetTopUpHistoryResponse) Reset

func (m *GetTopUpHistoryResponse) Reset()

func (*GetTopUpHistoryResponse) String

func (m *GetTopUpHistoryResponse) String() string

func (*GetTopUpHistoryResponse) XXX_DiscardUnknown

func (m *GetTopUpHistoryResponse) XXX_DiscardUnknown()

func (*GetTopUpHistoryResponse) XXX_Marshal

func (m *GetTopUpHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTopUpHistoryResponse) XXX_Merge

func (m *GetTopUpHistoryResponse) XXX_Merge(src proto.Message)

func (*GetTopUpHistoryResponse) XXX_Size

func (m *GetTopUpHistoryResponse) XXX_Size() int

func (*GetTopUpHistoryResponse) XXX_Unmarshal

func (m *GetTopUpHistoryResponse) XXX_Unmarshal(b []byte) error

type GetTransactionsHistoryRequest

type GetTransactionsHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetTransactionsHistoryRequest) Descriptor

func (*GetTransactionsHistoryRequest) Descriptor() ([]byte, []int)

func (*GetTransactionsHistoryRequest) GetLimit

func (m *GetTransactionsHistoryRequest) GetLimit() int64

func (*GetTransactionsHistoryRequest) GetOffset

func (m *GetTransactionsHistoryRequest) GetOffset() int64

func (*GetTransactionsHistoryRequest) GetOrgId

func (m *GetTransactionsHistoryRequest) GetOrgId() int64

func (*GetTransactionsHistoryRequest) ProtoMessage

func (*GetTransactionsHistoryRequest) ProtoMessage()

func (*GetTransactionsHistoryRequest) Reset

func (m *GetTransactionsHistoryRequest) Reset()

func (*GetTransactionsHistoryRequest) String

func (*GetTransactionsHistoryRequest) XXX_DiscardUnknown

func (m *GetTransactionsHistoryRequest) XXX_DiscardUnknown()

func (*GetTransactionsHistoryRequest) XXX_Marshal

func (m *GetTransactionsHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionsHistoryRequest) XXX_Merge

func (m *GetTransactionsHistoryRequest) XXX_Merge(src proto.Message)

func (*GetTransactionsHistoryRequest) XXX_Size

func (m *GetTransactionsHistoryRequest) XXX_Size() int

func (*GetTransactionsHistoryRequest) XXX_Unmarshal

func (m *GetTransactionsHistoryRequest) XXX_Unmarshal(b []byte) error

type GetTransactionsHistoryResponse

type GetTransactionsHistoryResponse struct {
	Count                int64                  `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	TransactionHistory   []*TransactionsHistory `protobuf:"bytes,2,rep,name=transaction_history,json=transactionHistory,proto3" json:"transaction_history,omitempty"`
	UserProfile          *ProfileResponse       `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetTransactionsHistoryResponse) Descriptor

func (*GetTransactionsHistoryResponse) Descriptor() ([]byte, []int)

func (*GetTransactionsHistoryResponse) GetCount

func (m *GetTransactionsHistoryResponse) GetCount() int64

func (*GetTransactionsHistoryResponse) GetTransactionHistory

func (m *GetTransactionsHistoryResponse) GetTransactionHistory() []*TransactionsHistory

func (*GetTransactionsHistoryResponse) GetUserProfile

func (m *GetTransactionsHistoryResponse) GetUserProfile() *ProfileResponse

func (*GetTransactionsHistoryResponse) ProtoMessage

func (*GetTransactionsHistoryResponse) ProtoMessage()

func (*GetTransactionsHistoryResponse) Reset

func (m *GetTransactionsHistoryResponse) Reset()

func (*GetTransactionsHistoryResponse) String

func (*GetTransactionsHistoryResponse) XXX_DiscardUnknown

func (m *GetTransactionsHistoryResponse) XXX_DiscardUnknown()

func (*GetTransactionsHistoryResponse) XXX_Marshal

func (m *GetTransactionsHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionsHistoryResponse) XXX_Merge

func (m *GetTransactionsHistoryResponse) XXX_Merge(src proto.Message)

func (*GetTransactionsHistoryResponse) XXX_Size

func (m *GetTransactionsHistoryResponse) XXX_Size() int

func (*GetTransactionsHistoryResponse) XXX_Unmarshal

func (m *GetTransactionsHistoryResponse) XXX_Unmarshal(b []byte) error

type GetUserOrganizationListRequest

type GetUserOrganizationListRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserOrganizationListRequest) Descriptor

func (*GetUserOrganizationListRequest) Descriptor() ([]byte, []int)

func (*GetUserOrganizationListRequest) GetOrgId

func (m *GetUserOrganizationListRequest) GetOrgId() int64

func (*GetUserOrganizationListRequest) ProtoMessage

func (*GetUserOrganizationListRequest) ProtoMessage()

func (*GetUserOrganizationListRequest) Reset

func (m *GetUserOrganizationListRequest) Reset()

func (*GetUserOrganizationListRequest) String

func (*GetUserOrganizationListRequest) XXX_DiscardUnknown

func (m *GetUserOrganizationListRequest) XXX_DiscardUnknown()

func (*GetUserOrganizationListRequest) XXX_Marshal

func (m *GetUserOrganizationListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserOrganizationListRequest) XXX_Merge

func (m *GetUserOrganizationListRequest) XXX_Merge(src proto.Message)

func (*GetUserOrganizationListRequest) XXX_Size

func (m *GetUserOrganizationListRequest) XXX_Size() int

func (*GetUserOrganizationListRequest) XXX_Unmarshal

func (m *GetUserOrganizationListRequest) XXX_Unmarshal(b []byte) error

type GetUserOrganizationListResponse

type GetUserOrganizationListResponse struct {
	Organizations        []*OrganizationLink `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*GetUserOrganizationListResponse) Descriptor

func (*GetUserOrganizationListResponse) Descriptor() ([]byte, []int)

func (*GetUserOrganizationListResponse) GetOrganizations

func (m *GetUserOrganizationListResponse) GetOrganizations() []*OrganizationLink

func (*GetUserOrganizationListResponse) ProtoMessage

func (*GetUserOrganizationListResponse) ProtoMessage()

func (*GetUserOrganizationListResponse) Reset

func (*GetUserOrganizationListResponse) String

func (*GetUserOrganizationListResponse) XXX_DiscardUnknown

func (m *GetUserOrganizationListResponse) XXX_DiscardUnknown()

func (*GetUserOrganizationListResponse) XXX_Marshal

func (m *GetUserOrganizationListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserOrganizationListResponse) XXX_Merge

func (m *GetUserOrganizationListResponse) XXX_Merge(src proto.Message)

func (*GetUserOrganizationListResponse) XXX_Size

func (m *GetUserOrganizationListResponse) XXX_Size() int

func (*GetUserOrganizationListResponse) XXX_Unmarshal

func (m *GetUserOrganizationListResponse) XXX_Unmarshal(b []byte) error

type GetUserProfileRequest

type GetUserProfileRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserProfileRequest) Descriptor

func (*GetUserProfileRequest) Descriptor() ([]byte, []int)

func (*GetUserProfileRequest) GetOrgId

func (m *GetUserProfileRequest) GetOrgId() int64

func (*GetUserProfileRequest) ProtoMessage

func (*GetUserProfileRequest) ProtoMessage()

func (*GetUserProfileRequest) Reset

func (m *GetUserProfileRequest) Reset()

func (*GetUserProfileRequest) String

func (m *GetUserProfileRequest) String() string

func (*GetUserProfileRequest) XXX_DiscardUnknown

func (m *GetUserProfileRequest) XXX_DiscardUnknown()

func (*GetUserProfileRequest) XXX_Marshal

func (m *GetUserProfileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserProfileRequest) XXX_Merge

func (m *GetUserProfileRequest) XXX_Merge(src proto.Message)

func (*GetUserProfileRequest) XXX_Size

func (m *GetUserProfileRequest) XXX_Size() int

func (*GetUserProfileRequest) XXX_Unmarshal

func (m *GetUserProfileRequest) XXX_Unmarshal(b []byte) error

type GetUserProfileResponse

type GetUserProfileResponse struct {
	UserProfile          *ProfileResponse `protobuf:"bytes,1,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetUserProfileResponse) Descriptor

func (*GetUserProfileResponse) Descriptor() ([]byte, []int)

func (*GetUserProfileResponse) GetUserProfile

func (m *GetUserProfileResponse) GetUserProfile() *ProfileResponse

func (*GetUserProfileResponse) ProtoMessage

func (*GetUserProfileResponse) ProtoMessage()

func (*GetUserProfileResponse) Reset

func (m *GetUserProfileResponse) Reset()

func (*GetUserProfileResponse) String

func (m *GetUserProfileResponse) String() string

func (*GetUserProfileResponse) XXX_DiscardUnknown

func (m *GetUserProfileResponse) XXX_DiscardUnknown()

func (*GetUserProfileResponse) XXX_Marshal

func (m *GetUserProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserProfileResponse) XXX_Merge

func (m *GetUserProfileResponse) XXX_Merge(src proto.Message)

func (*GetUserProfileResponse) XXX_Size

func (m *GetUserProfileResponse) XXX_Size() int

func (*GetUserProfileResponse) XXX_Unmarshal

func (m *GetUserProfileResponse) XXX_Unmarshal(b []byte) error

type GetVersionResponse

type GetVersionResponse struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVersionResponse) Descriptor

func (*GetVersionResponse) Descriptor() ([]byte, []int)

func (*GetVersionResponse) GetVersion

func (m *GetVersionResponse) GetVersion() string

func (*GetVersionResponse) ProtoMessage

func (*GetVersionResponse) ProtoMessage()

func (*GetVersionResponse) Reset

func (m *GetVersionResponse) Reset()

func (*GetVersionResponse) String

func (m *GetVersionResponse) String() string

func (*GetVersionResponse) XXX_DiscardUnknown

func (m *GetVersionResponse) XXX_DiscardUnknown()

func (*GetVersionResponse) XXX_Marshal

func (m *GetVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetVersionResponse) XXX_Merge

func (m *GetVersionResponse) XXX_Merge(src proto.Message)

func (*GetVersionResponse) XXX_Size

func (m *GetVersionResponse) XXX_Size() int

func (*GetVersionResponse) XXX_Unmarshal

func (m *GetVersionResponse) XXX_Unmarshal(b []byte) error

type GetVmxcTxHistoryRequest

type GetVmxcTxHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVmxcTxHistoryRequest) Descriptor

func (*GetVmxcTxHistoryRequest) Descriptor() ([]byte, []int)

func (*GetVmxcTxHistoryRequest) GetLimit

func (m *GetVmxcTxHistoryRequest) GetLimit() int64

func (*GetVmxcTxHistoryRequest) GetOffset

func (m *GetVmxcTxHistoryRequest) GetOffset() int64

func (*GetVmxcTxHistoryRequest) GetOrgId

func (m *GetVmxcTxHistoryRequest) GetOrgId() int64

func (*GetVmxcTxHistoryRequest) ProtoMessage

func (*GetVmxcTxHistoryRequest) ProtoMessage()

func (*GetVmxcTxHistoryRequest) Reset

func (m *GetVmxcTxHistoryRequest) Reset()

func (*GetVmxcTxHistoryRequest) String

func (m *GetVmxcTxHistoryRequest) String() string

func (*GetVmxcTxHistoryRequest) XXX_DiscardUnknown

func (m *GetVmxcTxHistoryRequest) XXX_DiscardUnknown()

func (*GetVmxcTxHistoryRequest) XXX_Marshal

func (m *GetVmxcTxHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetVmxcTxHistoryRequest) XXX_Merge

func (m *GetVmxcTxHistoryRequest) XXX_Merge(src proto.Message)

func (*GetVmxcTxHistoryRequest) XXX_Size

func (m *GetVmxcTxHistoryRequest) XXX_Size() int

func (*GetVmxcTxHistoryRequest) XXX_Unmarshal

func (m *GetVmxcTxHistoryRequest) XXX_Unmarshal(b []byte) error

type GetVmxcTxHistoryResponse

type GetVmxcTxHistoryResponse struct {
	Count                int64            `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	TxHistory            []*VmxcTxHistory `protobuf:"bytes,2,rep,name=tx_history,json=txHistory,proto3" json:"tx_history,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetVmxcTxHistoryResponse) Descriptor

func (*GetVmxcTxHistoryResponse) Descriptor() ([]byte, []int)

func (*GetVmxcTxHistoryResponse) GetCount

func (m *GetVmxcTxHistoryResponse) GetCount() int64

func (*GetVmxcTxHistoryResponse) GetTxHistory

func (m *GetVmxcTxHistoryResponse) GetTxHistory() []*VmxcTxHistory

func (*GetVmxcTxHistoryResponse) GetUserProfile

func (m *GetVmxcTxHistoryResponse) GetUserProfile() *ProfileResponse

func (*GetVmxcTxHistoryResponse) ProtoMessage

func (*GetVmxcTxHistoryResponse) ProtoMessage()

func (*GetVmxcTxHistoryResponse) Reset

func (m *GetVmxcTxHistoryResponse) Reset()

func (*GetVmxcTxHistoryResponse) String

func (m *GetVmxcTxHistoryResponse) String() string

func (*GetVmxcTxHistoryResponse) XXX_DiscardUnknown

func (m *GetVmxcTxHistoryResponse) XXX_DiscardUnknown()

func (*GetVmxcTxHistoryResponse) XXX_Marshal

func (m *GetVmxcTxHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetVmxcTxHistoryResponse) XXX_Merge

func (m *GetVmxcTxHistoryResponse) XXX_Merge(src proto.Message)

func (*GetVmxcTxHistoryResponse) XXX_Size

func (m *GetVmxcTxHistoryResponse) XXX_Size() int

func (*GetVmxcTxHistoryResponse) XXX_Unmarshal

func (m *GetVmxcTxHistoryResponse) XXX_Unmarshal(b []byte) error

type GetWalletBalanceRequest

type GetWalletBalanceRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWalletBalanceRequest) Descriptor

func (*GetWalletBalanceRequest) Descriptor() ([]byte, []int)

func (*GetWalletBalanceRequest) GetOrgId

func (m *GetWalletBalanceRequest) GetOrgId() int64

func (*GetWalletBalanceRequest) ProtoMessage

func (*GetWalletBalanceRequest) ProtoMessage()

func (*GetWalletBalanceRequest) Reset

func (m *GetWalletBalanceRequest) Reset()

func (*GetWalletBalanceRequest) String

func (m *GetWalletBalanceRequest) String() string

func (*GetWalletBalanceRequest) XXX_DiscardUnknown

func (m *GetWalletBalanceRequest) XXX_DiscardUnknown()

func (*GetWalletBalanceRequest) XXX_Marshal

func (m *GetWalletBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWalletBalanceRequest) XXX_Merge

func (m *GetWalletBalanceRequest) XXX_Merge(src proto.Message)

func (*GetWalletBalanceRequest) XXX_Size

func (m *GetWalletBalanceRequest) XXX_Size() int

func (*GetWalletBalanceRequest) XXX_Unmarshal

func (m *GetWalletBalanceRequest) XXX_Unmarshal(b []byte) error

type GetWalletBalanceResponse

type GetWalletBalanceResponse struct {
	Balance              float64          `protobuf:"fixed64,1,opt,name=balance,proto3" json:"balance,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetWalletBalanceResponse) Descriptor

func (*GetWalletBalanceResponse) Descriptor() ([]byte, []int)

func (*GetWalletBalanceResponse) GetBalance

func (m *GetWalletBalanceResponse) GetBalance() float64

func (*GetWalletBalanceResponse) GetUserProfile

func (m *GetWalletBalanceResponse) GetUserProfile() *ProfileResponse

func (*GetWalletBalanceResponse) ProtoMessage

func (*GetWalletBalanceResponse) ProtoMessage()

func (*GetWalletBalanceResponse) Reset

func (m *GetWalletBalanceResponse) Reset()

func (*GetWalletBalanceResponse) String

func (m *GetWalletBalanceResponse) String() string

func (*GetWalletBalanceResponse) XXX_DiscardUnknown

func (m *GetWalletBalanceResponse) XXX_DiscardUnknown()

func (*GetWalletBalanceResponse) XXX_Marshal

func (m *GetWalletBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWalletBalanceResponse) XXX_Merge

func (m *GetWalletBalanceResponse) XXX_Merge(src proto.Message)

func (*GetWalletBalanceResponse) XXX_Size

func (m *GetWalletBalanceResponse) XXX_Size() int

func (*GetWalletBalanceResponse) XXX_Unmarshal

func (m *GetWalletBalanceResponse) XXX_Unmarshal(b []byte) error

type GetWalletUsageHist

type GetWalletUsageHist struct {
	StartAt              string   `protobuf:"bytes,1,opt,name=StartAt,proto3" json:"StartAt,omitempty"`
	DurationMinutes      int64    `protobuf:"varint,2,opt,name=DurationMinutes,proto3" json:"DurationMinutes,omitempty"`
	DlCntDv              int64    `protobuf:"varint,3,opt,name=DlCntDv,proto3" json:"DlCntDv,omitempty"`
	DlCntDvFree          int64    `protobuf:"varint,4,opt,name=DlCntDvFree,proto3" json:"DlCntDvFree,omitempty"`
	UlCntDv              int64    `protobuf:"varint,5,opt,name=UlCntDv,proto3" json:"UlCntDv,omitempty"`
	UlCntDvFree          int64    `protobuf:"varint,6,opt,name=UlCntDvFree,proto3" json:"UlCntDvFree,omitempty"`
	DlCntGw              int64    `protobuf:"varint,7,opt,name=DlCntGw,proto3" json:"DlCntGw,omitempty"`
	DlCntGwFree          int64    `protobuf:"varint,8,opt,name=DlCntGwFree,proto3" json:"DlCntGwFree,omitempty"`
	UlCntGw              int64    `protobuf:"varint,9,opt,name=UlCntGw,proto3" json:"UlCntGw,omitempty"`
	UlCntGwFree          int64    `protobuf:"varint,10,opt,name=UlCntGwFree,proto3" json:"UlCntGwFree,omitempty"`
	Spend                float64  `protobuf:"fixed64,11,opt,name=Spend,proto3" json:"Spend,omitempty"`
	Income               float64  `protobuf:"fixed64,12,opt,name=Income,proto3" json:"Income,omitempty"`
	UpdatedBalance       float64  `protobuf:"fixed64,13,opt,name=UpdatedBalance,proto3" json:"UpdatedBalance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWalletUsageHist) Descriptor

func (*GetWalletUsageHist) Descriptor() ([]byte, []int)

func (*GetWalletUsageHist) GetDlCntDv

func (m *GetWalletUsageHist) GetDlCntDv() int64

func (*GetWalletUsageHist) GetDlCntDvFree

func (m *GetWalletUsageHist) GetDlCntDvFree() int64

func (*GetWalletUsageHist) GetDlCntGw

func (m *GetWalletUsageHist) GetDlCntGw() int64

func (*GetWalletUsageHist) GetDlCntGwFree

func (m *GetWalletUsageHist) GetDlCntGwFree() int64

func (*GetWalletUsageHist) GetDurationMinutes

func (m *GetWalletUsageHist) GetDurationMinutes() int64

func (*GetWalletUsageHist) GetIncome

func (m *GetWalletUsageHist) GetIncome() float64

func (*GetWalletUsageHist) GetSpend

func (m *GetWalletUsageHist) GetSpend() float64

func (*GetWalletUsageHist) GetStartAt

func (m *GetWalletUsageHist) GetStartAt() string

func (*GetWalletUsageHist) GetUlCntDv

func (m *GetWalletUsageHist) GetUlCntDv() int64

func (*GetWalletUsageHist) GetUlCntDvFree

func (m *GetWalletUsageHist) GetUlCntDvFree() int64

func (*GetWalletUsageHist) GetUlCntGw

func (m *GetWalletUsageHist) GetUlCntGw() int64

func (*GetWalletUsageHist) GetUlCntGwFree

func (m *GetWalletUsageHist) GetUlCntGwFree() int64

func (*GetWalletUsageHist) GetUpdatedBalance

func (m *GetWalletUsageHist) GetUpdatedBalance() float64

func (*GetWalletUsageHist) ProtoMessage

func (*GetWalletUsageHist) ProtoMessage()

func (*GetWalletUsageHist) Reset

func (m *GetWalletUsageHist) Reset()

func (*GetWalletUsageHist) String

func (m *GetWalletUsageHist) String() string

func (*GetWalletUsageHist) XXX_DiscardUnknown

func (m *GetWalletUsageHist) XXX_DiscardUnknown()

func (*GetWalletUsageHist) XXX_Marshal

func (m *GetWalletUsageHist) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWalletUsageHist) XXX_Merge

func (m *GetWalletUsageHist) XXX_Merge(src proto.Message)

func (*GetWalletUsageHist) XXX_Size

func (m *GetWalletUsageHist) XXX_Size() int

func (*GetWalletUsageHist) XXX_Unmarshal

func (m *GetWalletUsageHist) XXX_Unmarshal(b []byte) error

type GetWalletUsageHistRequest

type GetWalletUsageHistRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWalletUsageHistRequest) Descriptor

func (*GetWalletUsageHistRequest) Descriptor() ([]byte, []int)

func (*GetWalletUsageHistRequest) GetLimit

func (m *GetWalletUsageHistRequest) GetLimit() int64

func (*GetWalletUsageHistRequest) GetOffset

func (m *GetWalletUsageHistRequest) GetOffset() int64

func (*GetWalletUsageHistRequest) GetOrgId

func (m *GetWalletUsageHistRequest) GetOrgId() int64

func (*GetWalletUsageHistRequest) ProtoMessage

func (*GetWalletUsageHistRequest) ProtoMessage()

func (*GetWalletUsageHistRequest) Reset

func (m *GetWalletUsageHistRequest) Reset()

func (*GetWalletUsageHistRequest) String

func (m *GetWalletUsageHistRequest) String() string

func (*GetWalletUsageHistRequest) XXX_DiscardUnknown

func (m *GetWalletUsageHistRequest) XXX_DiscardUnknown()

func (*GetWalletUsageHistRequest) XXX_Marshal

func (m *GetWalletUsageHistRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWalletUsageHistRequest) XXX_Merge

func (m *GetWalletUsageHistRequest) XXX_Merge(src proto.Message)

func (*GetWalletUsageHistRequest) XXX_Size

func (m *GetWalletUsageHistRequest) XXX_Size() int

func (*GetWalletUsageHistRequest) XXX_Unmarshal

func (m *GetWalletUsageHistRequest) XXX_Unmarshal(b []byte) error

type GetWalletUsageHistResponse

type GetWalletUsageHistResponse struct {
	WalletUsageHis       []*GetWalletUsageHist `protobuf:"bytes,1,rep,name=wallet_usage_his,json=walletUsageHis,proto3" json:"wallet_usage_his,omitempty"`
	UserProfile          *ProfileResponse      `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	Count                int64                 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetWalletUsageHistResponse) Descriptor

func (*GetWalletUsageHistResponse) Descriptor() ([]byte, []int)

func (*GetWalletUsageHistResponse) GetCount

func (m *GetWalletUsageHistResponse) GetCount() int64

func (*GetWalletUsageHistResponse) GetUserProfile

func (m *GetWalletUsageHistResponse) GetUserProfile() *ProfileResponse

func (*GetWalletUsageHistResponse) GetWalletUsageHis

func (m *GetWalletUsageHistResponse) GetWalletUsageHis() []*GetWalletUsageHist

func (*GetWalletUsageHistResponse) ProtoMessage

func (*GetWalletUsageHistResponse) ProtoMessage()

func (*GetWalletUsageHistResponse) Reset

func (m *GetWalletUsageHistResponse) Reset()

func (*GetWalletUsageHistResponse) String

func (m *GetWalletUsageHistResponse) String() string

func (*GetWalletUsageHistResponse) XXX_DiscardUnknown

func (m *GetWalletUsageHistResponse) XXX_DiscardUnknown()

func (*GetWalletUsageHistResponse) XXX_Marshal

func (m *GetWalletUsageHistResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWalletUsageHistResponse) XXX_Merge

func (m *GetWalletUsageHistResponse) XXX_Merge(src proto.Message)

func (*GetWalletUsageHistResponse) XXX_Size

func (m *GetWalletUsageHistResponse) XXX_Size() int

func (*GetWalletUsageHistResponse) XXX_Unmarshal

func (m *GetWalletUsageHistResponse) XXX_Unmarshal(b []byte) error

type GetWithdrawFeeRequest

type GetWithdrawFeeRequest struct {
	// type of crypto currency
	MoneyAbbr            Money    `protobuf:"varint,1,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	OrgId                int64    `protobuf:"varint,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWithdrawFeeRequest) Descriptor

func (*GetWithdrawFeeRequest) Descriptor() ([]byte, []int)

func (*GetWithdrawFeeRequest) GetMoneyAbbr

func (m *GetWithdrawFeeRequest) GetMoneyAbbr() Money

func (*GetWithdrawFeeRequest) GetOrgId

func (m *GetWithdrawFeeRequest) GetOrgId() int64

func (*GetWithdrawFeeRequest) ProtoMessage

func (*GetWithdrawFeeRequest) ProtoMessage()

func (*GetWithdrawFeeRequest) Reset

func (m *GetWithdrawFeeRequest) Reset()

func (*GetWithdrawFeeRequest) String

func (m *GetWithdrawFeeRequest) String() string

func (*GetWithdrawFeeRequest) XXX_DiscardUnknown

func (m *GetWithdrawFeeRequest) XXX_DiscardUnknown()

func (*GetWithdrawFeeRequest) XXX_Marshal

func (m *GetWithdrawFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWithdrawFeeRequest) XXX_Merge

func (m *GetWithdrawFeeRequest) XXX_Merge(src proto.Message)

func (*GetWithdrawFeeRequest) XXX_Size

func (m *GetWithdrawFeeRequest) XXX_Size() int

func (*GetWithdrawFeeRequest) XXX_Unmarshal

func (m *GetWithdrawFeeRequest) XXX_Unmarshal(b []byte) error

type GetWithdrawFeeResponse

type GetWithdrawFeeResponse struct {
	// Withdraw object.
	WithdrawFee          float64          `protobuf:"fixed64,1,opt,name=withdrawFee,proto3" json:"withdrawFee,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetWithdrawFeeResponse) Descriptor

func (*GetWithdrawFeeResponse) Descriptor() ([]byte, []int)

func (*GetWithdrawFeeResponse) GetUserProfile

func (m *GetWithdrawFeeResponse) GetUserProfile() *ProfileResponse

func (*GetWithdrawFeeResponse) GetWithdrawFee

func (m *GetWithdrawFeeResponse) GetWithdrawFee() float64

func (*GetWithdrawFeeResponse) ProtoMessage

func (*GetWithdrawFeeResponse) ProtoMessage()

func (*GetWithdrawFeeResponse) Reset

func (m *GetWithdrawFeeResponse) Reset()

func (*GetWithdrawFeeResponse) String

func (m *GetWithdrawFeeResponse) String() string

func (*GetWithdrawFeeResponse) XXX_DiscardUnknown

func (m *GetWithdrawFeeResponse) XXX_DiscardUnknown()

func (*GetWithdrawFeeResponse) XXX_Marshal

func (m *GetWithdrawFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWithdrawFeeResponse) XXX_Merge

func (m *GetWithdrawFeeResponse) XXX_Merge(src proto.Message)

func (*GetWithdrawFeeResponse) XXX_Size

func (m *GetWithdrawFeeResponse) XXX_Size() int

func (*GetWithdrawFeeResponse) XXX_Unmarshal

func (m *GetWithdrawFeeResponse) XXX_Unmarshal(b []byte) error

type GetWithdrawHistoryRequest

type GetWithdrawHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	MoneyAbbr            Money    `protobuf:"varint,4,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWithdrawHistoryRequest) Descriptor

func (*GetWithdrawHistoryRequest) Descriptor() ([]byte, []int)

func (*GetWithdrawHistoryRequest) GetLimit

func (m *GetWithdrawHistoryRequest) GetLimit() int64

func (*GetWithdrawHistoryRequest) GetMoneyAbbr

func (m *GetWithdrawHistoryRequest) GetMoneyAbbr() Money

func (*GetWithdrawHistoryRequest) GetOffset

func (m *GetWithdrawHistoryRequest) GetOffset() int64

func (*GetWithdrawHistoryRequest) GetOrgId

func (m *GetWithdrawHistoryRequest) GetOrgId() int64

func (*GetWithdrawHistoryRequest) ProtoMessage

func (*GetWithdrawHistoryRequest) ProtoMessage()

func (*GetWithdrawHistoryRequest) Reset

func (m *GetWithdrawHistoryRequest) Reset()

func (*GetWithdrawHistoryRequest) String

func (m *GetWithdrawHistoryRequest) String() string

func (*GetWithdrawHistoryRequest) XXX_DiscardUnknown

func (m *GetWithdrawHistoryRequest) XXX_DiscardUnknown()

func (*GetWithdrawHistoryRequest) XXX_Marshal

func (m *GetWithdrawHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWithdrawHistoryRequest) XXX_Merge

func (m *GetWithdrawHistoryRequest) XXX_Merge(src proto.Message)

func (*GetWithdrawHistoryRequest) XXX_Size

func (m *GetWithdrawHistoryRequest) XXX_Size() int

func (*GetWithdrawHistoryRequest) XXX_Unmarshal

func (m *GetWithdrawHistoryRequest) XXX_Unmarshal(b []byte) error

type GetWithdrawHistoryResponse

type GetWithdrawHistoryResponse struct {
	Count                int64              `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	WithdrawHistory      []*WithdrawHistory `protobuf:"bytes,2,rep,name=withdraw_history,json=withdrawHistory,proto3" json:"withdraw_history,omitempty"`
	UserProfile          *ProfileResponse   `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetWithdrawHistoryResponse) Descriptor

func (*GetWithdrawHistoryResponse) Descriptor() ([]byte, []int)

func (*GetWithdrawHistoryResponse) GetCount

func (m *GetWithdrawHistoryResponse) GetCount() int64

func (*GetWithdrawHistoryResponse) GetUserProfile

func (m *GetWithdrawHistoryResponse) GetUserProfile() *ProfileResponse

func (*GetWithdrawHistoryResponse) GetWithdrawHistory

func (m *GetWithdrawHistoryResponse) GetWithdrawHistory() []*WithdrawHistory

func (*GetWithdrawHistoryResponse) ProtoMessage

func (*GetWithdrawHistoryResponse) ProtoMessage()

func (*GetWithdrawHistoryResponse) Reset

func (m *GetWithdrawHistoryResponse) Reset()

func (*GetWithdrawHistoryResponse) String

func (m *GetWithdrawHistoryResponse) String() string

func (*GetWithdrawHistoryResponse) XXX_DiscardUnknown

func (m *GetWithdrawHistoryResponse) XXX_DiscardUnknown()

func (*GetWithdrawHistoryResponse) XXX_Marshal

func (m *GetWithdrawHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetWithdrawHistoryResponse) XXX_Merge

func (m *GetWithdrawHistoryResponse) XXX_Merge(src proto.Message)

func (*GetWithdrawHistoryResponse) XXX_Size

func (m *GetWithdrawHistoryResponse) XXX_Size() int

func (*GetWithdrawHistoryResponse) XXX_Unmarshal

func (m *GetWithdrawHistoryResponse) XXX_Unmarshal(b []byte) error

type InternalServiceClient

type InternalServiceClient interface {
	// Log in a user
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error)
	GetUserOrganizationList(ctx context.Context, in *GetUserOrganizationListRequest, opts ...grpc.CallOption) (*GetUserOrganizationListResponse, error)
	GetUserProfile(ctx context.Context, in *GetUserProfileRequest, opts ...grpc.CallOption) (*GetUserProfileResponse, error)
}

InternalServiceClient is the client API for InternalService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInternalServiceClient

func NewInternalServiceClient(cc *grpc.ClientConn) InternalServiceClient

type InternalServiceServer

type InternalServiceServer interface {
	// Log in a user
	Login(context.Context, *LoginRequest) (*LoginResponse, error)
	GetUserOrganizationList(context.Context, *GetUserOrganizationListRequest) (*GetUserOrganizationListResponse, error)
	GetUserProfile(context.Context, *GetUserProfileRequest) (*GetUserProfileResponse, error)
}

InternalServiceServer is the server API for InternalService service.

type LoginRequest

type LoginRequest struct {
	// Username of the user.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// Password of the user.
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginRequest) Descriptor

func (*LoginRequest) Descriptor() ([]byte, []int)

func (*LoginRequest) GetPassword

func (m *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername

func (m *LoginRequest) GetUsername() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) Reset

func (m *LoginRequest) Reset()

func (*LoginRequest) String

func (m *LoginRequest) String() string

func (*LoginRequest) XXX_DiscardUnknown

func (m *LoginRequest) XXX_DiscardUnknown()

func (*LoginRequest) XXX_Marshal

func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginRequest) XXX_Merge

func (m *LoginRequest) XXX_Merge(src proto.Message)

func (*LoginRequest) XXX_Size

func (m *LoginRequest) XXX_Size() int

func (*LoginRequest) XXX_Unmarshal

func (m *LoginRequest) XXX_Unmarshal(b []byte) error

type LoginResponse

type LoginResponse struct {
	// The JWT tag to be used to access lora-app-server interfaces.
	Jwt                  string   `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LoginResponse) Descriptor

func (*LoginResponse) Descriptor() ([]byte, []int)

func (*LoginResponse) GetJwt

func (m *LoginResponse) GetJwt() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) Reset

func (m *LoginResponse) Reset()

func (*LoginResponse) String

func (m *LoginResponse) String() string

func (*LoginResponse) XXX_DiscardUnknown

func (m *LoginResponse) XXX_DiscardUnknown()

func (*LoginResponse) XXX_Marshal

func (m *LoginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LoginResponse) XXX_Merge

func (m *LoginResponse) XXX_Merge(src proto.Message)

func (*LoginResponse) XXX_Size

func (m *LoginResponse) XXX_Size() int

func (*LoginResponse) XXX_Unmarshal

func (m *LoginResponse) XXX_Unmarshal(b []byte) error

type ModifyMoneyAccountRequest

type ModifyMoneyAccountRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	MoneyAbbr            Money    `protobuf:"varint,2,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	CurrentAccount       string   `protobuf:"bytes,3,opt,name=current_account,json=currentAccount,proto3" json:"current_account,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModifyMoneyAccountRequest) Descriptor

func (*ModifyMoneyAccountRequest) Descriptor() ([]byte, []int)

func (*ModifyMoneyAccountRequest) GetCurrentAccount

func (m *ModifyMoneyAccountRequest) GetCurrentAccount() string

func (*ModifyMoneyAccountRequest) GetMoneyAbbr

func (m *ModifyMoneyAccountRequest) GetMoneyAbbr() Money

func (*ModifyMoneyAccountRequest) GetOrgId

func (m *ModifyMoneyAccountRequest) GetOrgId() int64

func (*ModifyMoneyAccountRequest) ProtoMessage

func (*ModifyMoneyAccountRequest) ProtoMessage()

func (*ModifyMoneyAccountRequest) Reset

func (m *ModifyMoneyAccountRequest) Reset()

func (*ModifyMoneyAccountRequest) String

func (m *ModifyMoneyAccountRequest) String() string

func (*ModifyMoneyAccountRequest) XXX_DiscardUnknown

func (m *ModifyMoneyAccountRequest) XXX_DiscardUnknown()

func (*ModifyMoneyAccountRequest) XXX_Marshal

func (m *ModifyMoneyAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifyMoneyAccountRequest) XXX_Merge

func (m *ModifyMoneyAccountRequest) XXX_Merge(src proto.Message)

func (*ModifyMoneyAccountRequest) XXX_Size

func (m *ModifyMoneyAccountRequest) XXX_Size() int

func (*ModifyMoneyAccountRequest) XXX_Unmarshal

func (m *ModifyMoneyAccountRequest) XXX_Unmarshal(b []byte) error

type ModifyMoneyAccountResponse

type ModifyMoneyAccountResponse struct {
	Status               bool             `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ModifyMoneyAccountResponse) Descriptor

func (*ModifyMoneyAccountResponse) Descriptor() ([]byte, []int)

func (*ModifyMoneyAccountResponse) GetStatus

func (m *ModifyMoneyAccountResponse) GetStatus() bool

func (*ModifyMoneyAccountResponse) GetUserProfile

func (m *ModifyMoneyAccountResponse) GetUserProfile() *ProfileResponse

func (*ModifyMoneyAccountResponse) ProtoMessage

func (*ModifyMoneyAccountResponse) ProtoMessage()

func (*ModifyMoneyAccountResponse) Reset

func (m *ModifyMoneyAccountResponse) Reset()

func (*ModifyMoneyAccountResponse) String

func (m *ModifyMoneyAccountResponse) String() string

func (*ModifyMoneyAccountResponse) XXX_DiscardUnknown

func (m *ModifyMoneyAccountResponse) XXX_DiscardUnknown()

func (*ModifyMoneyAccountResponse) XXX_Marshal

func (m *ModifyMoneyAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifyMoneyAccountResponse) XXX_Merge

func (m *ModifyMoneyAccountResponse) XXX_Merge(src proto.Message)

func (*ModifyMoneyAccountResponse) XXX_Size

func (m *ModifyMoneyAccountResponse) XXX_Size() int

func (*ModifyMoneyAccountResponse) XXX_Unmarshal

func (m *ModifyMoneyAccountResponse) XXX_Unmarshal(b []byte) error

type ModifySettingsRequest

type ModifySettingsRequest struct {
	LowBalanceWarning          *wrappers.Int64Value `protobuf:"bytes,1,opt,name=lowBalanceWarning,proto3" json:"lowBalanceWarning,omitempty"`
	DownlinkFee                *wrappers.Int64Value `protobuf:"bytes,2,opt,name=downlinkFee,proto3" json:"downlinkFee,omitempty"`
	TransactionPercentageShare *wrappers.Int64Value `protobuf:"bytes,3,opt,name=transactionPercentageShare,proto3" json:"transactionPercentageShare,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}             `json:"-"`
	XXX_unrecognized           []byte               `json:"-"`
	XXX_sizecache              int32                `json:"-"`
}

func (*ModifySettingsRequest) Descriptor

func (*ModifySettingsRequest) Descriptor() ([]byte, []int)

func (*ModifySettingsRequest) GetDownlinkFee

func (m *ModifySettingsRequest) GetDownlinkFee() *wrappers.Int64Value

func (*ModifySettingsRequest) GetLowBalanceWarning

func (m *ModifySettingsRequest) GetLowBalanceWarning() *wrappers.Int64Value

func (*ModifySettingsRequest) GetTransactionPercentageShare

func (m *ModifySettingsRequest) GetTransactionPercentageShare() *wrappers.Int64Value

func (*ModifySettingsRequest) ProtoMessage

func (*ModifySettingsRequest) ProtoMessage()

func (*ModifySettingsRequest) Reset

func (m *ModifySettingsRequest) Reset()

func (*ModifySettingsRequest) String

func (m *ModifySettingsRequest) String() string

func (*ModifySettingsRequest) XXX_DiscardUnknown

func (m *ModifySettingsRequest) XXX_DiscardUnknown()

func (*ModifySettingsRequest) XXX_Marshal

func (m *ModifySettingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifySettingsRequest) XXX_Merge

func (m *ModifySettingsRequest) XXX_Merge(src proto.Message)

func (*ModifySettingsRequest) XXX_Size

func (m *ModifySettingsRequest) XXX_Size() int

func (*ModifySettingsRequest) XXX_Unmarshal

func (m *ModifySettingsRequest) XXX_Unmarshal(b []byte) error

type ModifySettingsResponse

type ModifySettingsResponse struct {
	Status               bool     `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModifySettingsResponse) Descriptor

func (*ModifySettingsResponse) Descriptor() ([]byte, []int)

func (*ModifySettingsResponse) GetStatus

func (m *ModifySettingsResponse) GetStatus() bool

func (*ModifySettingsResponse) ProtoMessage

func (*ModifySettingsResponse) ProtoMessage()

func (*ModifySettingsResponse) Reset

func (m *ModifySettingsResponse) Reset()

func (*ModifySettingsResponse) String

func (m *ModifySettingsResponse) String() string

func (*ModifySettingsResponse) XXX_DiscardUnknown

func (m *ModifySettingsResponse) XXX_DiscardUnknown()

func (*ModifySettingsResponse) XXX_Marshal

func (m *ModifySettingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifySettingsResponse) XXX_Merge

func (m *ModifySettingsResponse) XXX_Merge(src proto.Message)

func (*ModifySettingsResponse) XXX_Size

func (m *ModifySettingsResponse) XXX_Size() int

func (*ModifySettingsResponse) XXX_Unmarshal

func (m *ModifySettingsResponse) XXX_Unmarshal(b []byte) error

type ModifyWithdrawFeeRequest

type ModifyWithdrawFeeRequest struct {
	MoneyAbbr            Money    `protobuf:"varint,1,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	WithdrawFee          float64  `protobuf:"fixed64,2,opt,name=withdraw_fee,json=withdrawFee,proto3" json:"withdraw_fee,omitempty"`
	OrgId                int64    `protobuf:"varint,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModifyWithdrawFeeRequest) Descriptor

func (*ModifyWithdrawFeeRequest) Descriptor() ([]byte, []int)

func (*ModifyWithdrawFeeRequest) GetMoneyAbbr

func (m *ModifyWithdrawFeeRequest) GetMoneyAbbr() Money

func (*ModifyWithdrawFeeRequest) GetOrgId

func (m *ModifyWithdrawFeeRequest) GetOrgId() int64

func (*ModifyWithdrawFeeRequest) GetWithdrawFee

func (m *ModifyWithdrawFeeRequest) GetWithdrawFee() float64

func (*ModifyWithdrawFeeRequest) ProtoMessage

func (*ModifyWithdrawFeeRequest) ProtoMessage()

func (*ModifyWithdrawFeeRequest) Reset

func (m *ModifyWithdrawFeeRequest) Reset()

func (*ModifyWithdrawFeeRequest) String

func (m *ModifyWithdrawFeeRequest) String() string

func (*ModifyWithdrawFeeRequest) XXX_DiscardUnknown

func (m *ModifyWithdrawFeeRequest) XXX_DiscardUnknown()

func (*ModifyWithdrawFeeRequest) XXX_Marshal

func (m *ModifyWithdrawFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifyWithdrawFeeRequest) XXX_Merge

func (m *ModifyWithdrawFeeRequest) XXX_Merge(src proto.Message)

func (*ModifyWithdrawFeeRequest) XXX_Size

func (m *ModifyWithdrawFeeRequest) XXX_Size() int

func (*ModifyWithdrawFeeRequest) XXX_Unmarshal

func (m *ModifyWithdrawFeeRequest) XXX_Unmarshal(b []byte) error

type ModifyWithdrawFeeResponse

type ModifyWithdrawFeeResponse struct {
	Status               bool             `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ModifyWithdrawFeeResponse) Descriptor

func (*ModifyWithdrawFeeResponse) Descriptor() ([]byte, []int)

func (*ModifyWithdrawFeeResponse) GetStatus

func (m *ModifyWithdrawFeeResponse) GetStatus() bool

func (*ModifyWithdrawFeeResponse) GetUserProfile

func (m *ModifyWithdrawFeeResponse) GetUserProfile() *ProfileResponse

func (*ModifyWithdrawFeeResponse) ProtoMessage

func (*ModifyWithdrawFeeResponse) ProtoMessage()

func (*ModifyWithdrawFeeResponse) Reset

func (m *ModifyWithdrawFeeResponse) Reset()

func (*ModifyWithdrawFeeResponse) String

func (m *ModifyWithdrawFeeResponse) String() string

func (*ModifyWithdrawFeeResponse) XXX_DiscardUnknown

func (m *ModifyWithdrawFeeResponse) XXX_DiscardUnknown()

func (*ModifyWithdrawFeeResponse) XXX_Marshal

func (m *ModifyWithdrawFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ModifyWithdrawFeeResponse) XXX_Merge

func (m *ModifyWithdrawFeeResponse) XXX_Merge(src proto.Message)

func (*ModifyWithdrawFeeResponse) XXX_Size

func (m *ModifyWithdrawFeeResponse) XXX_Size() int

func (*ModifyWithdrawFeeResponse) XXX_Unmarshal

func (m *ModifyWithdrawFeeResponse) XXX_Unmarshal(b []byte) error

type Money

type Money int32
const (
	Money_Ether Money = 0
)

func (Money) EnumDescriptor

func (Money) EnumDescriptor() ([]byte, []int)

func (Money) String

func (x Money) String() string

type MoneyAccountChangeHistory

type MoneyAccountChangeHistory struct {
	Addr                 string   `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	Status               string   `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt            string   `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MoneyAccountChangeHistory) Descriptor

func (*MoneyAccountChangeHistory) Descriptor() ([]byte, []int)

func (*MoneyAccountChangeHistory) GetAddr

func (m *MoneyAccountChangeHistory) GetAddr() string

func (*MoneyAccountChangeHistory) GetCreatedAt

func (m *MoneyAccountChangeHistory) GetCreatedAt() string

func (*MoneyAccountChangeHistory) GetStatus

func (m *MoneyAccountChangeHistory) GetStatus() string

func (*MoneyAccountChangeHistory) ProtoMessage

func (*MoneyAccountChangeHistory) ProtoMessage()

func (*MoneyAccountChangeHistory) Reset

func (m *MoneyAccountChangeHistory) Reset()

func (*MoneyAccountChangeHistory) String

func (m *MoneyAccountChangeHistory) String() string

func (*MoneyAccountChangeHistory) XXX_DiscardUnknown

func (m *MoneyAccountChangeHistory) XXX_DiscardUnknown()

func (*MoneyAccountChangeHistory) XXX_Marshal

func (m *MoneyAccountChangeHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MoneyAccountChangeHistory) XXX_Merge

func (m *MoneyAccountChangeHistory) XXX_Merge(src proto.Message)

func (*MoneyAccountChangeHistory) XXX_Size

func (m *MoneyAccountChangeHistory) XXX_Size() int

func (*MoneyAccountChangeHistory) XXX_Unmarshal

func (m *MoneyAccountChangeHistory) XXX_Unmarshal(b []byte) error

type MoneyServiceClient

type MoneyServiceClient interface {
	ModifyMoneyAccount(ctx context.Context, in *ModifyMoneyAccountRequest, opts ...grpc.CallOption) (*ModifyMoneyAccountResponse, error)
	GetChangeMoneyAccountHistory(ctx context.Context, in *GetMoneyAccountChangeHistoryRequest, opts ...grpc.CallOption) (*GetMoneyAccountChangeHistoryResponse, error)
	GetActiveMoneyAccount(ctx context.Context, in *GetActiveMoneyAccountRequest, opts ...grpc.CallOption) (*GetActiveMoneyAccountResponse, error)
}

MoneyServiceClient is the client API for MoneyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMoneyServiceClient

func NewMoneyServiceClient(cc *grpc.ClientConn) MoneyServiceClient

type MoneyServiceServer

MoneyServiceServer is the server API for MoneyService service.

type OrganizationLink struct {
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Organization name.
	OrganizationName string `protobuf:"bytes,2,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	// User is admin within the context of this organization.
	IsAdmin bool `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Defines an organization to which an user is associated.

func (*OrganizationLink) Descriptor

func (*OrganizationLink) Descriptor() ([]byte, []int)

func (*OrganizationLink) GetCreatedAt

func (m *OrganizationLink) GetCreatedAt() *timestamp.Timestamp

func (*OrganizationLink) GetIsAdmin

func (m *OrganizationLink) GetIsAdmin() bool

func (*OrganizationLink) GetOrganizationId

func (m *OrganizationLink) GetOrganizationId() int64

func (*OrganizationLink) GetOrganizationName

func (m *OrganizationLink) GetOrganizationName() string

func (*OrganizationLink) GetUpdatedAt

func (m *OrganizationLink) GetUpdatedAt() *timestamp.Timestamp

func (*OrganizationLink) ProtoMessage

func (*OrganizationLink) ProtoMessage()

func (*OrganizationLink) Reset

func (m *OrganizationLink) Reset()

func (*OrganizationLink) String

func (m *OrganizationLink) String() string

func (*OrganizationLink) XXX_DiscardUnknown

func (m *OrganizationLink) XXX_DiscardUnknown()

func (*OrganizationLink) XXX_Marshal

func (m *OrganizationLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrganizationLink) XXX_Merge

func (m *OrganizationLink) XXX_Merge(src proto.Message)

func (*OrganizationLink) XXX_Size

func (m *OrganizationLink) XXX_Size() int

func (*OrganizationLink) XXX_Unmarshal

func (m *OrganizationLink) XXX_Unmarshal(b []byte) error

type ProfileResponse

type ProfileResponse struct {
	// User object.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// Organizations to which the user is associated.
	Organizations []*OrganizationLink `protobuf:"bytes,3,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// Profile settings.
	Settings             *ProfileSettings `protobuf:"bytes,4,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ProfileResponse) Descriptor

func (*ProfileResponse) Descriptor() ([]byte, []int)

func (*ProfileResponse) GetOrganizations

func (m *ProfileResponse) GetOrganizations() []*OrganizationLink

func (*ProfileResponse) GetSettings

func (m *ProfileResponse) GetSettings() *ProfileSettings

func (*ProfileResponse) GetUser

func (m *ProfileResponse) GetUser() *User

func (*ProfileResponse) ProtoMessage

func (*ProfileResponse) ProtoMessage()

func (*ProfileResponse) Reset

func (m *ProfileResponse) Reset()

func (*ProfileResponse) String

func (m *ProfileResponse) String() string

func (*ProfileResponse) XXX_DiscardUnknown

func (m *ProfileResponse) XXX_DiscardUnknown()

func (*ProfileResponse) XXX_Marshal

func (m *ProfileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileResponse) XXX_Merge

func (m *ProfileResponse) XXX_Merge(src proto.Message)

func (*ProfileResponse) XXX_Size

func (m *ProfileResponse) XXX_Size() int

func (*ProfileResponse) XXX_Unmarshal

func (m *ProfileResponse) XXX_Unmarshal(b []byte) error

type ProfileSettings

type ProfileSettings struct {
	// Existing users in the system can not be assigned to organizations and
	// application and can not be listed by non global admin users.
	DisableAssignExistingUsers bool     `` /* 144-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*ProfileSettings) Descriptor

func (*ProfileSettings) Descriptor() ([]byte, []int)

func (*ProfileSettings) GetDisableAssignExistingUsers

func (m *ProfileSettings) GetDisableAssignExistingUsers() bool

func (*ProfileSettings) ProtoMessage

func (*ProfileSettings) ProtoMessage()

func (*ProfileSettings) Reset

func (m *ProfileSettings) Reset()

func (*ProfileSettings) String

func (m *ProfileSettings) String() string

func (*ProfileSettings) XXX_DiscardUnknown

func (m *ProfileSettings) XXX_DiscardUnknown()

func (*ProfileSettings) XXX_Marshal

func (m *ProfileSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProfileSettings) XXX_Merge

func (m *ProfileSettings) XXX_Merge(src proto.Message)

func (*ProfileSettings) XXX_Size

func (m *ProfileSettings) XXX_Size() int

func (*ProfileSettings) XXX_Unmarshal

func (m *ProfileSettings) XXX_Unmarshal(b []byte) error

type ServerInfoServiceClient

type ServerInfoServiceClient interface {
	// get version
	GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetVersionResponse, error)
}

ServerInfoServiceClient is the client API for ServerInfoService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewServerInfoServiceClient

func NewServerInfoServiceClient(cc *grpc.ClientConn) ServerInfoServiceClient

type ServerInfoServiceServer

type ServerInfoServiceServer interface {
	// get version
	GetVersion(context.Context, *empty.Empty) (*GetVersionResponse, error)
}

ServerInfoServiceServer is the server API for ServerInfoService service.

type SetDeviceModeRequest

type SetDeviceModeRequest struct {
	OrgId                int64      `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	DevId                int64      `protobuf:"varint,2,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"`
	DevMode              DeviceMode `protobuf:"varint,3,opt,name=dev_mode,json=devMode,proto3,enum=m2m_ui.DeviceMode" json:"dev_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*SetDeviceModeRequest) Descriptor

func (*SetDeviceModeRequest) Descriptor() ([]byte, []int)

func (*SetDeviceModeRequest) GetDevId

func (m *SetDeviceModeRequest) GetDevId() int64

func (*SetDeviceModeRequest) GetDevMode

func (m *SetDeviceModeRequest) GetDevMode() DeviceMode

func (*SetDeviceModeRequest) GetOrgId

func (m *SetDeviceModeRequest) GetOrgId() int64

func (*SetDeviceModeRequest) ProtoMessage

func (*SetDeviceModeRequest) ProtoMessage()

func (*SetDeviceModeRequest) Reset

func (m *SetDeviceModeRequest) Reset()

func (*SetDeviceModeRequest) String

func (m *SetDeviceModeRequest) String() string

func (*SetDeviceModeRequest) XXX_DiscardUnknown

func (m *SetDeviceModeRequest) XXX_DiscardUnknown()

func (*SetDeviceModeRequest) XXX_Marshal

func (m *SetDeviceModeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetDeviceModeRequest) XXX_Merge

func (m *SetDeviceModeRequest) XXX_Merge(src proto.Message)

func (*SetDeviceModeRequest) XXX_Size

func (m *SetDeviceModeRequest) XXX_Size() int

func (*SetDeviceModeRequest) XXX_Unmarshal

func (m *SetDeviceModeRequest) XXX_Unmarshal(b []byte) error

type SetDeviceModeResponse

type SetDeviceModeResponse struct {
	Status               bool             `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SetDeviceModeResponse) Descriptor

func (*SetDeviceModeResponse) Descriptor() ([]byte, []int)

func (*SetDeviceModeResponse) GetStatus

func (m *SetDeviceModeResponse) GetStatus() bool

func (*SetDeviceModeResponse) GetUserProfile

func (m *SetDeviceModeResponse) GetUserProfile() *ProfileResponse

func (*SetDeviceModeResponse) ProtoMessage

func (*SetDeviceModeResponse) ProtoMessage()

func (*SetDeviceModeResponse) Reset

func (m *SetDeviceModeResponse) Reset()

func (*SetDeviceModeResponse) String

func (m *SetDeviceModeResponse) String() string

func (*SetDeviceModeResponse) XXX_DiscardUnknown

func (m *SetDeviceModeResponse) XXX_DiscardUnknown()

func (*SetDeviceModeResponse) XXX_Marshal

func (m *SetDeviceModeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetDeviceModeResponse) XXX_Merge

func (m *SetDeviceModeResponse) XXX_Merge(src proto.Message)

func (*SetDeviceModeResponse) XXX_Size

func (m *SetDeviceModeResponse) XXX_Size() int

func (*SetDeviceModeResponse) XXX_Unmarshal

func (m *SetDeviceModeResponse) XXX_Unmarshal(b []byte) error

type SetGatewayModeRequest

type SetGatewayModeRequest struct {
	OrgId                int64       `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GwId                 int64       `protobuf:"varint,2,opt,name=gw_id,json=gwId,proto3" json:"gw_id,omitempty"`
	GwMode               GatewayMode `protobuf:"varint,3,opt,name=gw_mode,json=gwMode,proto3,enum=m2m_ui.GatewayMode" json:"gw_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SetGatewayModeRequest) Descriptor

func (*SetGatewayModeRequest) Descriptor() ([]byte, []int)

func (*SetGatewayModeRequest) GetGwId

func (m *SetGatewayModeRequest) GetGwId() int64

func (*SetGatewayModeRequest) GetGwMode

func (m *SetGatewayModeRequest) GetGwMode() GatewayMode

func (*SetGatewayModeRequest) GetOrgId

func (m *SetGatewayModeRequest) GetOrgId() int64

func (*SetGatewayModeRequest) ProtoMessage

func (*SetGatewayModeRequest) ProtoMessage()

func (*SetGatewayModeRequest) Reset

func (m *SetGatewayModeRequest) Reset()

func (*SetGatewayModeRequest) String

func (m *SetGatewayModeRequest) String() string

func (*SetGatewayModeRequest) XXX_DiscardUnknown

func (m *SetGatewayModeRequest) XXX_DiscardUnknown()

func (*SetGatewayModeRequest) XXX_Marshal

func (m *SetGatewayModeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetGatewayModeRequest) XXX_Merge

func (m *SetGatewayModeRequest) XXX_Merge(src proto.Message)

func (*SetGatewayModeRequest) XXX_Size

func (m *SetGatewayModeRequest) XXX_Size() int

func (*SetGatewayModeRequest) XXX_Unmarshal

func (m *SetGatewayModeRequest) XXX_Unmarshal(b []byte) error

type SetGatewayModeResponse

type SetGatewayModeResponse struct {
	Status               bool             `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,3,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SetGatewayModeResponse) Descriptor

func (*SetGatewayModeResponse) Descriptor() ([]byte, []int)

func (*SetGatewayModeResponse) GetStatus

func (m *SetGatewayModeResponse) GetStatus() bool

func (*SetGatewayModeResponse) GetUserProfile

func (m *SetGatewayModeResponse) GetUserProfile() *ProfileResponse

func (*SetGatewayModeResponse) ProtoMessage

func (*SetGatewayModeResponse) ProtoMessage()

func (*SetGatewayModeResponse) Reset

func (m *SetGatewayModeResponse) Reset()

func (*SetGatewayModeResponse) String

func (m *SetGatewayModeResponse) String() string

func (*SetGatewayModeResponse) XXX_DiscardUnknown

func (m *SetGatewayModeResponse) XXX_DiscardUnknown()

func (*SetGatewayModeResponse) XXX_Marshal

func (m *SetGatewayModeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetGatewayModeResponse) XXX_Merge

func (m *SetGatewayModeResponse) XXX_Merge(src proto.Message)

func (*SetGatewayModeResponse) XXX_Size

func (m *SetGatewayModeResponse) XXX_Size() int

func (*SetGatewayModeResponse) XXX_Unmarshal

func (m *SetGatewayModeResponse) XXX_Unmarshal(b []byte) error

type SettingsServiceClient

type SettingsServiceClient interface {
	GetSettings(ctx context.Context, in *GetSettingsRequest, opts ...grpc.CallOption) (*GetSettingsResponse, error)
	ModifySettings(ctx context.Context, in *ModifySettingsRequest, opts ...grpc.CallOption) (*ModifySettingsResponse, error)
}

SettingsServiceClient is the client API for SettingsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSettingsServiceClient

func NewSettingsServiceClient(cc *grpc.ClientConn) SettingsServiceClient

type SettingsServiceServer

type SettingsServiceServer interface {
	GetSettings(context.Context, *GetSettingsRequest) (*GetSettingsResponse, error)
	ModifySettings(context.Context, *ModifySettingsRequest) (*ModifySettingsResponse, error)
}

SettingsServiceServer is the server API for SettingsService service.

type StakeRequest

type StakeRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Amount               float64  `protobuf:"fixed64,2,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StakeRequest) Descriptor

func (*StakeRequest) Descriptor() ([]byte, []int)

func (*StakeRequest) GetAmount

func (m *StakeRequest) GetAmount() float64

func (*StakeRequest) GetOrgId

func (m *StakeRequest) GetOrgId() int64

func (*StakeRequest) ProtoMessage

func (*StakeRequest) ProtoMessage()

func (*StakeRequest) Reset

func (m *StakeRequest) Reset()

func (*StakeRequest) String

func (m *StakeRequest) String() string

func (*StakeRequest) XXX_DiscardUnknown

func (m *StakeRequest) XXX_DiscardUnknown()

func (*StakeRequest) XXX_Marshal

func (m *StakeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakeRequest) XXX_Merge

func (m *StakeRequest) XXX_Merge(src proto.Message)

func (*StakeRequest) XXX_Size

func (m *StakeRequest) XXX_Size() int

func (*StakeRequest) XXX_Unmarshal

func (m *StakeRequest) XXX_Unmarshal(b []byte) error

type StakeResponse

type StakeResponse struct {
	Status               string           `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*StakeResponse) Descriptor

func (*StakeResponse) Descriptor() ([]byte, []int)

func (*StakeResponse) GetStatus

func (m *StakeResponse) GetStatus() string

func (*StakeResponse) GetUserProfile

func (m *StakeResponse) GetUserProfile() *ProfileResponse

func (*StakeResponse) ProtoMessage

func (*StakeResponse) ProtoMessage()

func (*StakeResponse) Reset

func (m *StakeResponse) Reset()

func (*StakeResponse) String

func (m *StakeResponse) String() string

func (*StakeResponse) XXX_DiscardUnknown

func (m *StakeResponse) XXX_DiscardUnknown()

func (*StakeResponse) XXX_Marshal

func (m *StakeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakeResponse) XXX_Merge

func (m *StakeResponse) XXX_Merge(src proto.Message)

func (*StakeResponse) XXX_Size

func (m *StakeResponse) XXX_Size() int

func (*StakeResponse) XXX_Unmarshal

func (m *StakeResponse) XXX_Unmarshal(b []byte) error

type StakingHistoryRequest

type StakingHistoryRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Offset               int64    `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit                int64    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StakingHistoryRequest) Descriptor

func (*StakingHistoryRequest) Descriptor() ([]byte, []int)

func (*StakingHistoryRequest) GetLimit

func (m *StakingHistoryRequest) GetLimit() int64

func (*StakingHistoryRequest) GetOffset

func (m *StakingHistoryRequest) GetOffset() int64

func (*StakingHistoryRequest) GetOrgId

func (m *StakingHistoryRequest) GetOrgId() int64

func (*StakingHistoryRequest) ProtoMessage

func (*StakingHistoryRequest) ProtoMessage()

func (*StakingHistoryRequest) Reset

func (m *StakingHistoryRequest) Reset()

func (*StakingHistoryRequest) String

func (m *StakingHistoryRequest) String() string

func (*StakingHistoryRequest) XXX_DiscardUnknown

func (m *StakingHistoryRequest) XXX_DiscardUnknown()

func (*StakingHistoryRequest) XXX_Marshal

func (m *StakingHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakingHistoryRequest) XXX_Merge

func (m *StakingHistoryRequest) XXX_Merge(src proto.Message)

func (*StakingHistoryRequest) XXX_Size

func (m *StakingHistoryRequest) XXX_Size() int

func (*StakingHistoryRequest) XXX_Unmarshal

func (m *StakingHistoryRequest) XXX_Unmarshal(b []byte) error

type StakingHistoryResponse

type StakingHistoryResponse struct {
	UserProfile          *ProfileResponse     `protobuf:"bytes,1,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	StakingHist          []*GetStakingHistory `protobuf:"bytes,2,rep,name=staking_hist,json=stakingHist,proto3" json:"staking_hist,omitempty"`
	Count                int64                `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*StakingHistoryResponse) Descriptor

func (*StakingHistoryResponse) Descriptor() ([]byte, []int)

func (*StakingHistoryResponse) GetCount

func (m *StakingHistoryResponse) GetCount() int64

func (*StakingHistoryResponse) GetStakingHist

func (m *StakingHistoryResponse) GetStakingHist() []*GetStakingHistory

func (*StakingHistoryResponse) GetUserProfile

func (m *StakingHistoryResponse) GetUserProfile() *ProfileResponse

func (*StakingHistoryResponse) ProtoMessage

func (*StakingHistoryResponse) ProtoMessage()

func (*StakingHistoryResponse) Reset

func (m *StakingHistoryResponse) Reset()

func (*StakingHistoryResponse) String

func (m *StakingHistoryResponse) String() string

func (*StakingHistoryResponse) XXX_DiscardUnknown

func (m *StakingHistoryResponse) XXX_DiscardUnknown()

func (*StakingHistoryResponse) XXX_Marshal

func (m *StakingHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakingHistoryResponse) XXX_Merge

func (m *StakingHistoryResponse) XXX_Merge(src proto.Message)

func (*StakingHistoryResponse) XXX_Size

func (m *StakingHistoryResponse) XXX_Size() int

func (*StakingHistoryResponse) XXX_Unmarshal

func (m *StakingHistoryResponse) XXX_Unmarshal(b []byte) error

type StakingPercentageRequest

type StakingPercentageRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StakingPercentageRequest) Descriptor

func (*StakingPercentageRequest) Descriptor() ([]byte, []int)

func (*StakingPercentageRequest) GetOrgId

func (m *StakingPercentageRequest) GetOrgId() int64

func (*StakingPercentageRequest) ProtoMessage

func (*StakingPercentageRequest) ProtoMessage()

func (*StakingPercentageRequest) Reset

func (m *StakingPercentageRequest) Reset()

func (*StakingPercentageRequest) String

func (m *StakingPercentageRequest) String() string

func (*StakingPercentageRequest) XXX_DiscardUnknown

func (m *StakingPercentageRequest) XXX_DiscardUnknown()

func (*StakingPercentageRequest) XXX_Marshal

func (m *StakingPercentageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakingPercentageRequest) XXX_Merge

func (m *StakingPercentageRequest) XXX_Merge(src proto.Message)

func (*StakingPercentageRequest) XXX_Size

func (m *StakingPercentageRequest) XXX_Size() int

func (*StakingPercentageRequest) XXX_Unmarshal

func (m *StakingPercentageRequest) XXX_Unmarshal(b []byte) error

type StakingPercentageResponse

type StakingPercentageResponse struct {
	StakingPercentage    float64  `protobuf:"fixed64,1,opt,name=staking_percentage,json=stakingPercentage,proto3" json:"staking_percentage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StakingPercentageResponse) Descriptor

func (*StakingPercentageResponse) Descriptor() ([]byte, []int)

func (*StakingPercentageResponse) GetStakingPercentage

func (m *StakingPercentageResponse) GetStakingPercentage() float64

func (*StakingPercentageResponse) ProtoMessage

func (*StakingPercentageResponse) ProtoMessage()

func (*StakingPercentageResponse) Reset

func (m *StakingPercentageResponse) Reset()

func (*StakingPercentageResponse) String

func (m *StakingPercentageResponse) String() string

func (*StakingPercentageResponse) XXX_DiscardUnknown

func (m *StakingPercentageResponse) XXX_DiscardUnknown()

func (*StakingPercentageResponse) XXX_Marshal

func (m *StakingPercentageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StakingPercentageResponse) XXX_Merge

func (m *StakingPercentageResponse) XXX_Merge(src proto.Message)

func (*StakingPercentageResponse) XXX_Size

func (m *StakingPercentageResponse) XXX_Size() int

func (*StakingPercentageResponse) XXX_Unmarshal

func (m *StakingPercentageResponse) XXX_Unmarshal(b []byte) error

type StakingServiceClient

type StakingServiceClient interface {
	Stake(ctx context.Context, in *StakeRequest, opts ...grpc.CallOption) (*StakeResponse, error)
	Unstake(ctx context.Context, in *UnstakeRequest, opts ...grpc.CallOption) (*UnstakeResponse, error)
	GetActiveStakes(ctx context.Context, in *GetActiveStakesRequest, opts ...grpc.CallOption) (*GetActiveStakesResponse, error)
	GetStakingHistory(ctx context.Context, in *StakingHistoryRequest, opts ...grpc.CallOption) (*StakingHistoryResponse, error)
	GetStakingPercentage(ctx context.Context, in *StakingPercentageRequest, opts ...grpc.CallOption) (*StakingPercentageResponse, error)
}

StakingServiceClient is the client API for StakingService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewStakingServiceClient

func NewStakingServiceClient(cc *grpc.ClientConn) StakingServiceClient

type StakingServiceServer

StakingServiceServer is the server API for StakingService service.

type SuperNodeServiceClient

type SuperNodeServiceClient interface {
	GetSuperNodeActiveMoneyAccount(ctx context.Context, in *GetSuperNodeActiveMoneyAccountRequest, opts ...grpc.CallOption) (*GetSuperNodeActiveMoneyAccountResponse, error)
	AddSuperNodeMoneyAccount(ctx context.Context, in *AddSuperNodeMoneyAccountRequest, opts ...grpc.CallOption) (*AddSuperNodeMoneyAccountResponse, error)
}

SuperNodeServiceClient is the client API for SuperNodeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSuperNodeServiceClient

func NewSuperNodeServiceClient(cc *grpc.ClientConn) SuperNodeServiceClient

type SuperNodeServiceServer

type SuperNodeServiceServer interface {
	GetSuperNodeActiveMoneyAccount(context.Context, *GetSuperNodeActiveMoneyAccountRequest) (*GetSuperNodeActiveMoneyAccountResponse, error)
	AddSuperNodeMoneyAccount(context.Context, *AddSuperNodeMoneyAccountRequest) (*AddSuperNodeMoneyAccountResponse, error)
}

SuperNodeServiceServer is the server API for SuperNodeService service.

type TopUpHistory

type TopUpHistory struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Amount               float64  `protobuf:"fixed64,3,opt,name=amount,proto3" json:"amount,omitempty"`
	CreatedAt            string   `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MoneyType            string   `protobuf:"bytes,5,opt,name=money_type,json=moneyType,proto3" json:"money_type,omitempty"`
	TxHash               string   `protobuf:"bytes,6,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TopUpHistory) Descriptor

func (*TopUpHistory) Descriptor() ([]byte, []int)

func (*TopUpHistory) GetAmount

func (m *TopUpHistory) GetAmount() float64

func (*TopUpHistory) GetCreatedAt

func (m *TopUpHistory) GetCreatedAt() string

func (*TopUpHistory) GetFrom

func (m *TopUpHistory) GetFrom() string

func (*TopUpHistory) GetMoneyType

func (m *TopUpHistory) GetMoneyType() string

func (*TopUpHistory) GetTo

func (m *TopUpHistory) GetTo() string

func (*TopUpHistory) GetTxHash

func (m *TopUpHistory) GetTxHash() string

func (*TopUpHistory) ProtoMessage

func (*TopUpHistory) ProtoMessage()

func (*TopUpHistory) Reset

func (m *TopUpHistory) Reset()

func (*TopUpHistory) String

func (m *TopUpHistory) String() string

func (*TopUpHistory) XXX_DiscardUnknown

func (m *TopUpHistory) XXX_DiscardUnknown()

func (*TopUpHistory) XXX_Marshal

func (m *TopUpHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TopUpHistory) XXX_Merge

func (m *TopUpHistory) XXX_Merge(src proto.Message)

func (*TopUpHistory) XXX_Size

func (m *TopUpHistory) XXX_Size() int

func (*TopUpHistory) XXX_Unmarshal

func (m *TopUpHistory) XXX_Unmarshal(b []byte) error

type TopUpServiceClient

type TopUpServiceClient interface {
	GetTransactionsHistory(ctx context.Context, in *GetTransactionsHistoryRequest, opts ...grpc.CallOption) (*GetTransactionsHistoryResponse, error)
	GetIncome(ctx context.Context, in *GetIncomeRequest, opts ...grpc.CallOption) (*GetIncomeResponse, error)
	GetTopUpHistory(ctx context.Context, in *GetTopUpHistoryRequest, opts ...grpc.CallOption) (*GetTopUpHistoryResponse, error)
	GetTopUpDestination(ctx context.Context, in *GetTopUpDestinationRequest, opts ...grpc.CallOption) (*GetTopUpDestinationResponse, error)
}

TopUpServiceClient is the client API for TopUpService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTopUpServiceClient

func NewTopUpServiceClient(cc *grpc.ClientConn) TopUpServiceClient

type TopUpServiceServer

TopUpServiceServer is the server API for TopUpService service.

type TransactionsHistory

type TransactionsHistory struct {
	From                 string               `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string               `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	MoneyAbbr            string               `protobuf:"bytes,3,opt,name=money_abbr,json=moneyAbbr,proto3" json:"money_abbr,omitempty"`
	Amount               float64              `protobuf:"fixed64,4,opt,name=amount,proto3" json:"amount,omitempty"`
	Status               string               `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	TxHash               string               `protobuf:"bytes,6,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	TransactionType      string               `protobuf:"bytes,7,opt,name=transaction_type,json=transactionType,proto3" json:"transaction_type,omitempty"`
	LastUpdateTime       *timestamp.Timestamp `protobuf:"bytes,8,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*TransactionsHistory) Descriptor

func (*TransactionsHistory) Descriptor() ([]byte, []int)

func (*TransactionsHistory) GetAmount

func (m *TransactionsHistory) GetAmount() float64

func (*TransactionsHistory) GetFrom

func (m *TransactionsHistory) GetFrom() string

func (*TransactionsHistory) GetLastUpdateTime

func (m *TransactionsHistory) GetLastUpdateTime() *timestamp.Timestamp

func (*TransactionsHistory) GetMoneyAbbr

func (m *TransactionsHistory) GetMoneyAbbr() string

func (*TransactionsHistory) GetStatus

func (m *TransactionsHistory) GetStatus() string

func (*TransactionsHistory) GetTo

func (m *TransactionsHistory) GetTo() string

func (*TransactionsHistory) GetTransactionType

func (m *TransactionsHistory) GetTransactionType() string

func (*TransactionsHistory) GetTxHash

func (m *TransactionsHistory) GetTxHash() string

func (*TransactionsHistory) ProtoMessage

func (*TransactionsHistory) ProtoMessage()

func (*TransactionsHistory) Reset

func (m *TransactionsHistory) Reset()

func (*TransactionsHistory) String

func (m *TransactionsHistory) String() string

func (*TransactionsHistory) XXX_DiscardUnknown

func (m *TransactionsHistory) XXX_DiscardUnknown()

func (*TransactionsHistory) XXX_Marshal

func (m *TransactionsHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionsHistory) XXX_Merge

func (m *TransactionsHistory) XXX_Merge(src proto.Message)

func (*TransactionsHistory) XXX_Size

func (m *TransactionsHistory) XXX_Size() int

func (*TransactionsHistory) XXX_Unmarshal

func (m *TransactionsHistory) XXX_Unmarshal(b []byte) error

type UnimplementedDeviceServiceServer

type UnimplementedDeviceServiceServer struct {
}

UnimplementedDeviceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeviceServiceServer) GetDeviceHistory

func (*UnimplementedDeviceServiceServer) GetDeviceList

func (*UnimplementedDeviceServiceServer) GetDeviceProfile

func (*UnimplementedDeviceServiceServer) SetDeviceMode

type UnimplementedGatewayServiceServer

type UnimplementedGatewayServiceServer struct {
}

UnimplementedGatewayServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGatewayServiceServer) GetGatewayHistory

func (*UnimplementedGatewayServiceServer) GetGatewayList

func (*UnimplementedGatewayServiceServer) GetGatewayProfile

func (*UnimplementedGatewayServiceServer) SetGatewayMode

type UnimplementedInternalServiceServer

type UnimplementedInternalServiceServer struct {
}

UnimplementedInternalServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedInternalServiceServer) GetUserOrganizationList

func (*UnimplementedInternalServiceServer) GetUserProfile

func (*UnimplementedInternalServiceServer) Login

type UnimplementedMoneyServiceServer

type UnimplementedMoneyServiceServer struct {
}

UnimplementedMoneyServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMoneyServiceServer) GetActiveMoneyAccount

func (*UnimplementedMoneyServiceServer) GetChangeMoneyAccountHistory

func (*UnimplementedMoneyServiceServer) ModifyMoneyAccount

type UnimplementedServerInfoServiceServer

type UnimplementedServerInfoServiceServer struct {
}

UnimplementedServerInfoServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedServerInfoServiceServer) GetVersion

type UnimplementedSettingsServiceServer

type UnimplementedSettingsServiceServer struct {
}

UnimplementedSettingsServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSettingsServiceServer) GetSettings

func (*UnimplementedSettingsServiceServer) ModifySettings

type UnimplementedStakingServiceServer

type UnimplementedStakingServiceServer struct {
}

UnimplementedStakingServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedStakingServiceServer) GetActiveStakes

func (*UnimplementedStakingServiceServer) GetStakingHistory

func (*UnimplementedStakingServiceServer) GetStakingPercentage

func (*UnimplementedStakingServiceServer) Stake

func (*UnimplementedStakingServiceServer) Unstake

type UnimplementedSuperNodeServiceServer

type UnimplementedSuperNodeServiceServer struct {
}

UnimplementedSuperNodeServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSuperNodeServiceServer) AddSuperNodeMoneyAccount

type UnimplementedTopUpServiceServer

type UnimplementedTopUpServiceServer struct {
}

UnimplementedTopUpServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedTopUpServiceServer) GetIncome

func (*UnimplementedTopUpServiceServer) GetTopUpDestination

func (*UnimplementedTopUpServiceServer) GetTopUpHistory

func (*UnimplementedTopUpServiceServer) GetTransactionsHistory

type UnimplementedWalletServiceServer

type UnimplementedWalletServiceServer struct {
}

UnimplementedWalletServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWalletServiceServer) GetDlPrice

func (*UnimplementedWalletServiceServer) GetVmxcTxHistory

func (*UnimplementedWalletServiceServer) GetWalletBalance

func (*UnimplementedWalletServiceServer) GetWalletUsageHist

type UnimplementedWithdrawServiceServer

type UnimplementedWithdrawServiceServer struct {
}

UnimplementedWithdrawServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedWithdrawServiceServer) GetWithdrawFee

func (*UnimplementedWithdrawServiceServer) GetWithdrawHistory

func (*UnimplementedWithdrawServiceServer) ModifyWithdrawFee

func (*UnimplementedWithdrawServiceServer) WithdrawReq

type UnstakeRequest

type UnstakeRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UnstakeRequest) Descriptor

func (*UnstakeRequest) Descriptor() ([]byte, []int)

func (*UnstakeRequest) GetOrgId

func (m *UnstakeRequest) GetOrgId() int64

func (*UnstakeRequest) ProtoMessage

func (*UnstakeRequest) ProtoMessage()

func (*UnstakeRequest) Reset

func (m *UnstakeRequest) Reset()

func (*UnstakeRequest) String

func (m *UnstakeRequest) String() string

func (*UnstakeRequest) XXX_DiscardUnknown

func (m *UnstakeRequest) XXX_DiscardUnknown()

func (*UnstakeRequest) XXX_Marshal

func (m *UnstakeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnstakeRequest) XXX_Merge

func (m *UnstakeRequest) XXX_Merge(src proto.Message)

func (*UnstakeRequest) XXX_Size

func (m *UnstakeRequest) XXX_Size() int

func (*UnstakeRequest) XXX_Unmarshal

func (m *UnstakeRequest) XXX_Unmarshal(b []byte) error

type UnstakeResponse

type UnstakeResponse struct {
	Status               string           `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*UnstakeResponse) Descriptor

func (*UnstakeResponse) Descriptor() ([]byte, []int)

func (*UnstakeResponse) GetStatus

func (m *UnstakeResponse) GetStatus() string

func (*UnstakeResponse) GetUserProfile

func (m *UnstakeResponse) GetUserProfile() *ProfileResponse

func (*UnstakeResponse) ProtoMessage

func (*UnstakeResponse) ProtoMessage()

func (*UnstakeResponse) Reset

func (m *UnstakeResponse) Reset()

func (*UnstakeResponse) String

func (m *UnstakeResponse) String() string

func (*UnstakeResponse) XXX_DiscardUnknown

func (m *UnstakeResponse) XXX_DiscardUnknown()

func (*UnstakeResponse) XXX_Marshal

func (m *UnstakeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnstakeResponse) XXX_Merge

func (m *UnstakeResponse) XXX_Merge(src proto.Message)

func (*UnstakeResponse) XXX_Size

func (m *UnstakeResponse) XXX_Size() int

func (*UnstakeResponse) XXX_Unmarshal

func (m *UnstakeResponse) XXX_Unmarshal(b []byte) error

type User

type User struct {
	// User ID.
	// Will be set automatically on create.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Username of the user.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// The session timeout, in minutes.
	SessionTtl int32 `protobuf:"varint,3,opt,name=session_ttl,json=sessionTTL,proto3" json:"session_ttl,omitempty"`
	// Set to true to make the user a global administrator.
	IsAdmin bool `protobuf:"varint,4,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// Set to false to disable the user.
	IsActive bool `protobuf:"varint,5,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// E-mail of the user.
	Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	// Optional note to store with the user.
	Note                 string   `protobuf:"bytes,7,opt,name=note,proto3" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) GetEmail

func (m *User) GetEmail() string

func (*User) GetId

func (m *User) GetId() string

func (*User) GetIsActive

func (m *User) GetIsActive() bool

func (*User) GetIsAdmin

func (m *User) GetIsAdmin() bool

func (*User) GetNote

func (m *User) GetNote() string

func (*User) GetSessionTtl

func (m *User) GetSessionTtl() int32

func (*User) GetUsername

func (m *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (m *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

type VmxcTxHistory

type VmxcTxHistory struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	TxType               string   `protobuf:"bytes,3,opt,name=tx_type,json=txType,proto3" json:"tx_type,omitempty"`
	Amount               float64  `protobuf:"fixed64,4,opt,name=amount,proto3" json:"amount,omitempty"`
	CreatedAt            string   `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VmxcTxHistory) Descriptor

func (*VmxcTxHistory) Descriptor() ([]byte, []int)

func (*VmxcTxHistory) GetAmount

func (m *VmxcTxHistory) GetAmount() float64

func (*VmxcTxHistory) GetCreatedAt

func (m *VmxcTxHistory) GetCreatedAt() string

func (*VmxcTxHistory) GetFrom

func (m *VmxcTxHistory) GetFrom() string

func (*VmxcTxHistory) GetTo

func (m *VmxcTxHistory) GetTo() string

func (*VmxcTxHistory) GetTxType

func (m *VmxcTxHistory) GetTxType() string

func (*VmxcTxHistory) ProtoMessage

func (*VmxcTxHistory) ProtoMessage()

func (*VmxcTxHistory) Reset

func (m *VmxcTxHistory) Reset()

func (*VmxcTxHistory) String

func (m *VmxcTxHistory) String() string

func (*VmxcTxHistory) XXX_DiscardUnknown

func (m *VmxcTxHistory) XXX_DiscardUnknown()

func (*VmxcTxHistory) XXX_Marshal

func (m *VmxcTxHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VmxcTxHistory) XXX_Merge

func (m *VmxcTxHistory) XXX_Merge(src proto.Message)

func (*VmxcTxHistory) XXX_Size

func (m *VmxcTxHistory) XXX_Size() int

func (*VmxcTxHistory) XXX_Unmarshal

func (m *VmxcTxHistory) XXX_Unmarshal(b []byte) error

type WalletServiceClient

type WalletServiceClient interface {
	GetWalletBalance(ctx context.Context, in *GetWalletBalanceRequest, opts ...grpc.CallOption) (*GetWalletBalanceResponse, error)
	GetVmxcTxHistory(ctx context.Context, in *GetVmxcTxHistoryRequest, opts ...grpc.CallOption) (*GetVmxcTxHistoryResponse, error)
	GetWalletUsageHist(ctx context.Context, in *GetWalletUsageHistRequest, opts ...grpc.CallOption) (*GetWalletUsageHistResponse, error)
	GetDlPrice(ctx context.Context, in *GetDownLinkPriceRequest, opts ...grpc.CallOption) (*GetDownLinkPriceResponse, error)
}

WalletServiceClient is the client API for WalletService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewWalletServiceClient

func NewWalletServiceClient(cc *grpc.ClientConn) WalletServiceClient

type WalletServiceServer

WalletServiceServer is the server API for WalletService service.

type WithdrawHistory

type WithdrawHistory struct {
	From                 string   `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To                   string   `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	MoneyType            string   `protobuf:"bytes,3,opt,name=money_type,json=moneyType,proto3" json:"money_type,omitempty"`
	Amount               float64  `protobuf:"fixed64,4,opt,name=amount,proto3" json:"amount,omitempty"`
	WithdrawFee          float64  `protobuf:"fixed64,5,opt,name=withdraw_fee,json=withdrawFee,proto3" json:"withdraw_fee,omitempty"`
	TxSentTime           string   `protobuf:"bytes,6,opt,name=tx_sent_time,json=txSentTime,proto3" json:"tx_sent_time,omitempty"`
	TxStatus             string   `protobuf:"bytes,7,opt,name=tx_status,json=txStatus,proto3" json:"tx_status,omitempty"`
	TxApprovedTime       string   `protobuf:"bytes,8,opt,name=tx_approved_time,json=txApprovedTime,proto3" json:"tx_approved_time,omitempty"`
	TxHash               string   `protobuf:"bytes,9,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WithdrawHistory) Descriptor

func (*WithdrawHistory) Descriptor() ([]byte, []int)

func (*WithdrawHistory) GetAmount

func (m *WithdrawHistory) GetAmount() float64

func (*WithdrawHistory) GetFrom

func (m *WithdrawHistory) GetFrom() string

func (*WithdrawHistory) GetMoneyType

func (m *WithdrawHistory) GetMoneyType() string

func (*WithdrawHistory) GetTo

func (m *WithdrawHistory) GetTo() string

func (*WithdrawHistory) GetTxApprovedTime

func (m *WithdrawHistory) GetTxApprovedTime() string

func (*WithdrawHistory) GetTxHash

func (m *WithdrawHistory) GetTxHash() string

func (*WithdrawHistory) GetTxSentTime

func (m *WithdrawHistory) GetTxSentTime() string

func (*WithdrawHistory) GetTxStatus

func (m *WithdrawHistory) GetTxStatus() string

func (*WithdrawHistory) GetWithdrawFee

func (m *WithdrawHistory) GetWithdrawFee() float64

func (*WithdrawHistory) ProtoMessage

func (*WithdrawHistory) ProtoMessage()

func (*WithdrawHistory) Reset

func (m *WithdrawHistory) Reset()

func (*WithdrawHistory) String

func (m *WithdrawHistory) String() string

func (*WithdrawHistory) XXX_DiscardUnknown

func (m *WithdrawHistory) XXX_DiscardUnknown()

func (*WithdrawHistory) XXX_Marshal

func (m *WithdrawHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WithdrawHistory) XXX_Merge

func (m *WithdrawHistory) XXX_Merge(src proto.Message)

func (*WithdrawHistory) XXX_Size

func (m *WithdrawHistory) XXX_Size() int

func (*WithdrawHistory) XXX_Unmarshal

func (m *WithdrawHistory) XXX_Unmarshal(b []byte) error

type WithdrawReqRequest

type WithdrawReqRequest struct {
	OrgId                int64    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	MoneyAbbr            Money    `protobuf:"varint,2,opt,name=money_abbr,json=moneyAbbr,proto3,enum=m2m_ui.Money" json:"money_abbr,omitempty"`
	Amount               float64  `protobuf:"fixed64,3,opt,name=amount,proto3" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WithdrawReqRequest) Descriptor

func (*WithdrawReqRequest) Descriptor() ([]byte, []int)

func (*WithdrawReqRequest) GetAmount

func (m *WithdrawReqRequest) GetAmount() float64

func (*WithdrawReqRequest) GetMoneyAbbr

func (m *WithdrawReqRequest) GetMoneyAbbr() Money

func (*WithdrawReqRequest) GetOrgId

func (m *WithdrawReqRequest) GetOrgId() int64

func (*WithdrawReqRequest) ProtoMessage

func (*WithdrawReqRequest) ProtoMessage()

func (*WithdrawReqRequest) Reset

func (m *WithdrawReqRequest) Reset()

func (*WithdrawReqRequest) String

func (m *WithdrawReqRequest) String() string

func (*WithdrawReqRequest) XXX_DiscardUnknown

func (m *WithdrawReqRequest) XXX_DiscardUnknown()

func (*WithdrawReqRequest) XXX_Marshal

func (m *WithdrawReqRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WithdrawReqRequest) XXX_Merge

func (m *WithdrawReqRequest) XXX_Merge(src proto.Message)

func (*WithdrawReqRequest) XXX_Size

func (m *WithdrawReqRequest) XXX_Size() int

func (*WithdrawReqRequest) XXX_Unmarshal

func (m *WithdrawReqRequest) XXX_Unmarshal(b []byte) error

type WithdrawReqResponse

type WithdrawReqResponse struct {
	Status               bool             `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	UserProfile          *ProfileResponse `protobuf:"bytes,2,opt,name=user_profile,json=userProfile,proto3" json:"user_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*WithdrawReqResponse) Descriptor

func (*WithdrawReqResponse) Descriptor() ([]byte, []int)

func (*WithdrawReqResponse) GetStatus

func (m *WithdrawReqResponse) GetStatus() bool

func (*WithdrawReqResponse) GetUserProfile

func (m *WithdrawReqResponse) GetUserProfile() *ProfileResponse

func (*WithdrawReqResponse) ProtoMessage

func (*WithdrawReqResponse) ProtoMessage()

func (*WithdrawReqResponse) Reset

func (m *WithdrawReqResponse) Reset()

func (*WithdrawReqResponse) String

func (m *WithdrawReqResponse) String() string

func (*WithdrawReqResponse) XXX_DiscardUnknown

func (m *WithdrawReqResponse) XXX_DiscardUnknown()

func (*WithdrawReqResponse) XXX_Marshal

func (m *WithdrawReqResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WithdrawReqResponse) XXX_Merge

func (m *WithdrawReqResponse) XXX_Merge(src proto.Message)

func (*WithdrawReqResponse) XXX_Size

func (m *WithdrawReqResponse) XXX_Size() int

func (*WithdrawReqResponse) XXX_Unmarshal

func (m *WithdrawReqResponse) XXX_Unmarshal(b []byte) error

type WithdrawServiceClient

type WithdrawServiceClient interface {
	// Get data for current withdraw fee
	GetWithdrawFee(ctx context.Context, in *GetWithdrawFeeRequest, opts ...grpc.CallOption) (*GetWithdrawFeeResponse, error)
	WithdrawReq(ctx context.Context, in *WithdrawReqRequest, opts ...grpc.CallOption) (*WithdrawReqResponse, error)
	GetWithdrawHistory(ctx context.Context, in *GetWithdrawHistoryRequest, opts ...grpc.CallOption) (*GetWithdrawHistoryResponse, error)
	ModifyWithdrawFee(ctx context.Context, in *ModifyWithdrawFeeRequest, opts ...grpc.CallOption) (*ModifyWithdrawFeeResponse, error)
}

WithdrawServiceClient is the client API for WithdrawService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewWithdrawServiceClient

func NewWithdrawServiceClient(cc *grpc.ClientConn) WithdrawServiceClient

type WithdrawServiceServer

type WithdrawServiceServer interface {
	// Get data for current withdraw fee
	GetWithdrawFee(context.Context, *GetWithdrawFeeRequest) (*GetWithdrawFeeResponse, error)
	WithdrawReq(context.Context, *WithdrawReqRequest) (*WithdrawReqResponse, error)
	GetWithdrawHistory(context.Context, *GetWithdrawHistoryRequest) (*GetWithdrawHistoryResponse, error)
	ModifyWithdrawFee(context.Context, *ModifyWithdrawFeeRequest) (*ModifyWithdrawFeeResponse, error)
}

WithdrawServiceServer is the server API for WithdrawService service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL