Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHandlers ¶
Types ¶
type CreateUserInput ¶
type CreateUserResponse ¶
type CreateUserResponse struct { Body struct { Data *UserData `json:"data" nullable:"false"` } }
type HandlerGroup ¶
type HandlerGroup struct {
// contains filtered or unexported fields
}
func (*HandlerGroup) CreateUser ¶
func (self *HandlerGroup) CreateUser(ctx context.Context, input *CreateUserInput) (*CreateUserResponse, error)
func (*HandlerGroup) GetStatus ¶
func (self *HandlerGroup) GetStatus(ctx context.Context, input *server.EmptyInput) (*SetupStatusResponse, error)
type SetupStatusResponse ¶
type SetupStatusResponse struct { Body struct { Data *SetupData `json:"data" nullable:"false"` } }
Click to show internal directories.
Click to hide internal directories.