Documentation ¶
Overview ¶
Package controllers implement the service controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AAPController ¶
type AAPController struct {
// contains filtered or unexported fields
}
func NewAAPController ¶
func NewAAPController(serviceContext *azservices.ServiceContext, aapCentralStorage azStorage.AAPCentralStorage) (*AAPController, error)
func (AAPController) CreateAccount ¶
func (s AAPController) CreateAccount(email string) (*azmodels.Account, error)
CreateAccount creates a new account.
func (AAPController) DeleteAccount ¶
func (s AAPController) DeleteAccount(accountID int64) (*azmodels.Account, error)
DeleteAccount delete an account.
func (AAPController) GetAllAccounts ¶
func (s AAPController) GetAllAccounts() ([]azmodels.Account, error)
GetAllAccounts returns all accounts.
Click to show internal directories.
Click to hide internal directories.