Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAccount ¶
type AppAccount struct { auth.BaseAccount // Custom extensions for this application. This is just an example of // extending auth.BaseAccount with custom fields. // // This is compatible with the stock auth.AccountStore, since // auth.AccountStore uses the flexible go-wire library. Name string }
func (AppAccount) GetName ¶
func (acc AppAccount) GetName() string
func (*AppAccount) SetName ¶
func (acc *AppAccount) SetName(name string)
Click to show internal directories.
Click to hide internal directories.