Documentation ¶
Overview ¶
Package service implements gRPC services declared in the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServers ¶
func WithAccounts ¶
Types ¶
type AccountsServer ¶
type AccountsServer struct{}
func NewAccountsServer ¶
func NewAccountsServer() *AccountsServer
func (*AccountsServer) Create ¶
func (s *AccountsServer) Create(ctx context.Context, newAcct *api.NewAccount) (*api.CreatedAccount, error)
Click to show internal directories.
Click to hide internal directories.