Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryResponse ¶
type QueryResponse struct {
WalletCommanderCommands []query.WalletCommanderCommand `json:"wallet_commander_commands"`
}
type WalletCommanderServer ¶
type WalletCommanderServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(controller controller.Controller, graphqlServerEndpoint, clientId string) (*WalletCommanderServer, error)
func (*WalletCommanderServer) Start ¶
func (w *WalletCommanderServer) Start()
Click to show internal directories.
Click to hide internal directories.