Documentation
¶
Index ¶
- func QueryDocument(c *fiber.Ctx) error
- type HttpTransport
- func (htt *HttpTransport) CreateAccount(c *fiber.Ctx) error
- func (htt *HttpTransport) GetAccount(c *fiber.Ctx) error
- func (htt *HttpTransport) IsAuthorized(c *fiber.Ctx) error
- func (htt *HttpTransport) Keygen(c *fiber.Ctx) error
- func (htt *HttpTransport) ListAccounts(c *fiber.Ctx) error
- func (htt *HttpTransport) Login(c *fiber.Ctx) error
- func (htt *HttpTransport) QueryAlias(c *fiber.Ctx) error
- func (htt *HttpTransport) QueryDocument(c *fiber.Ctx) error
- func (htt *HttpTransport) QueryServiceAssertion(c *fiber.Ctx) error
- func (htt *HttpTransport) QueryServiceCreation(c *fiber.Ctx) error
- func (htt *HttpTransport) ReadMail(c *fiber.Ctx) error
- func (htt *HttpTransport) SendMail(c *fiber.Ctx) error
- func (htt *HttpTransport) SignMessage(c *fiber.Ctx) error
- func (htt *HttpTransport) VerifyMessage(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryDocument ¶
Types ¶
type HttpTransport ¶
func (*HttpTransport) CreateAccount ¶
func (htt *HttpTransport) CreateAccount(c *fiber.Ctx) error
func (*HttpTransport) GetAccount ¶
func (htt *HttpTransport) GetAccount(c *fiber.Ctx) error
func (*HttpTransport) IsAuthorized ¶
func (htt *HttpTransport) IsAuthorized(c *fiber.Ctx) error
! ||--------------------------------------------------------------------------------|| ! || Accounts API Rest Implementation || ! ||--------------------------------------------------------------------------------||
func (*HttpTransport) ListAccounts ¶
func (htt *HttpTransport) ListAccounts(c *fiber.Ctx) error
func (*HttpTransport) QueryAlias ¶
func (htt *HttpTransport) QueryAlias(c *fiber.Ctx) error
func (*HttpTransport) QueryDocument ¶
func (htt *HttpTransport) QueryDocument(c *fiber.Ctx) error
func (*HttpTransport) QueryServiceAssertion ¶
func (htt *HttpTransport) QueryServiceAssertion(c *fiber.Ctx) error
func (*HttpTransport) QueryServiceCreation ¶
func (htt *HttpTransport) QueryServiceCreation(c *fiber.Ctx) error
func (*HttpTransport) SignMessage ¶
func (htt *HttpTransport) SignMessage(c *fiber.Ctx) error
func (*HttpTransport) VerifyMessage ¶
func (htt *HttpTransport) VerifyMessage(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.