Documentation ¶
Index ¶
- type CreateEntryRequestBody
- type CreateSecretRequestBody
- type CreateUserRequestBody
- type CreateVaultRequestBody
- type Handler
- func (H Handler) AuthorizeRequest(c *fiber.Ctx) error
- func (H Handler) CreateEntry(c *fiber.Ctx) error
- func (H Handler) CreateSecret(c *fiber.Ctx) error
- func (H Handler) CreateUser(c *fiber.Ctx) error
- func (H Handler) CreateVault(c *fiber.Ctx) error
- func (H Handler) DeleteEntry(c *fiber.Ctx) error
- func (H Handler) DeleteSecret(c *fiber.Ctx) error
- func (H Handler) DeleteVault(c *fiber.Ctx) error
- func (H Handler) ListVaults(c *fiber.Ctx) error
- func (H Handler) MoveSecret(c *fiber.Ctx) error
- func (H Handler) Restricted(c *fiber.Ctx) error
- func (H Handler) RetrieveEntry(c *fiber.Ctx) error
- func (H Handler) RetrieveVault(c *fiber.Ctx) error
- func (H Handler) UpdateEntry(c *fiber.Ctx) error
- func (H Handler) UpdateSecret(c *fiber.Ctx) error
- func (H Handler) UpdateVault(c *fiber.Ctx) error
- type ListVaultsResponseBody
- type MoveSecretRequestBody
- type UpdateEntryRequestBody
- type UpdateSecretRequestBody
- type UpdateVaultRequestBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateEntryRequestBody ¶
type CreateSecretRequestBody ¶
type CreateUserRequestBody ¶
type CreateUserRequestBody struct {
Slug string `json:"user_slug"`
}
type CreateVaultRequestBody ¶
type Handler ¶
func (Handler) AuthorizeRequest ¶
func (Handler) CreateEntry ¶
func (Handler) CreateSecret ¶
func (Handler) CreateUser ¶
func (Handler) CreateVault ¶
func (Handler) DeleteEntry ¶
func (Handler) DeleteSecret ¶
func (Handler) DeleteVault ¶
func (Handler) ListVaults ¶
func (Handler) MoveSecret ¶
func (Handler) Restricted ¶
func (Handler) RetrieveEntry ¶
func (Handler) RetrieveVault ¶
func (Handler) UpdateEntry ¶
func (Handler) UpdateSecret ¶
func (Handler) UpdateVault ¶
type ListVaultsResponseBody ¶
type MoveSecretRequestBody ¶
type UpdateEntryRequestBody ¶
type UpdateEntryRequestBody struct {
Title string `json:"entry_title"`
}
type UpdateSecretRequestBody ¶
type UpdateVaultRequestBody ¶
type UpdateVaultRequestBody struct {
Title string `json:"vault_title"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.