Documentation
¶
Index ¶
- func Register(router *mux.Router, mwares httpauth.MiddlewareChainMap, eventLog eventlog.Log, ...) error
- type Handlers
- func (h *Handlers) AccountAddExternalU2FToken(a *apitypes.AccountAddExternalU2FToken, ctx *command.Ctx) error
- func (h *Handlers) AccountAddExternalYubicoOtpToken(a *apitypes.AccountAddExternalYubicoOtpToken, ctx *command.Ctx) error
- func (h *Handlers) AccountAddKeylist(a *apitypes.AccountAddKeylist, ctx *command.Ctx) error
- func (h *Handlers) AccountAddOtpToken(a *apitypes.AccountAddOtpToken, ctx *command.Ctx) error
- func (h *Handlers) AccountAddPassword(a *apitypes.AccountAddPassword, ctx *command.Ctx) error
- func (h *Handlers) AccountAddSecretNote(a *apitypes.AccountAddSecretNote, ctx *command.Ctx) error
- func (h *Handlers) AccountAddSshKey(a *apitypes.AccountAddSshKey, ctx *command.Ctx) error
- func (h *Handlers) AccountChangeDescription(a *apitypes.AccountChangeDescription, ctx *command.Ctx) error
- func (h *Handlers) AccountChangeEmail(a *apitypes.AccountChangeEmail, ctx *command.Ctx) error
- func (h *Handlers) AccountChangeUrl(a *apitypes.AccountChangeUrl, ctx *command.Ctx) error
- func (h *Handlers) AccountChangeUsername(a *apitypes.AccountChangeUsername, ctx *command.Ctx) error
- func (h *Handlers) AccountCreate(a *apitypes.AccountCreate, ctx *command.Ctx) error
- func (h *Handlers) AccountCreateFolder(a *apitypes.AccountCreateFolder, ctx *command.Ctx) error
- func (h *Handlers) AccountDelete(a *apitypes.AccountDelete, ctx *command.Ctx) error
- func (h *Handlers) AccountDeleteFolder(a *apitypes.AccountDeleteFolder, ctx *command.Ctx) error
- func (h *Handlers) AccountDeleteSecret(a *apitypes.AccountDeleteSecret, ctx *command.Ctx) error
- func (h *Handlers) AccountMove(a *apitypes.AccountMove, ctx *command.Ctx) error
- func (h *Handlers) AccountMoveFolder(a *apitypes.AccountMoveFolder, ctx *command.Ctx) error
- func (h *Handlers) AccountRename(a *apitypes.AccountRename, ctx *command.Ctx) error
- func (h *Handlers) AccountRenameFolder(a *apitypes.AccountRenameFolder, ctx *command.Ctx) error
- func (h *Handlers) DatabaseExportToKeepass(a *apitypes.DatabaseExportToKeepass, ctx *command.Ctx) error
- func (h *Handlers) SessionSignIn(a *apitypes.SessionSignIn, ctx *command.Ctx) error
- func (h *Handlers) SessionSignOut(a *apitypes.SessionSignOut, ctx *command.Ctx) error
- func (h *Handlers) UserAddAccessToken(a *apitypes.UserAddAccessToken, ctx *command.Ctx) error
- func (h *Handlers) UserChangeDecryptionKeyPassword(a *apitypes.UserChangeDecryptionKeyPassword, ctx *command.Ctx) error
- func (h *Handlers) UserChangePassword(a *apitypes.UserChangePassword, ctx *command.Ctx) error
- func (h *Handlers) UserCreate(a *apitypes.UserCreate, ctx *command.Ctx) error
- func (h *Handlers) UserRegisterU2FToken(a *apitypes.UserRegisterU2FToken, ctx *command.Ctx) error
- func (h *Handlers) UserUnlockDecryptionKey(a *apitypes.UserUnlockDecryptionKey, ctx *command.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func (*Handlers) AccountAddExternalU2FToken ¶
func (*Handlers) AccountAddExternalYubicoOtpToken ¶
func (*Handlers) AccountAddKeylist ¶
func (*Handlers) AccountAddOtpToken ¶
func (*Handlers) AccountAddPassword ¶
func (*Handlers) AccountAddSecretNote ¶
func (*Handlers) AccountAddSshKey ¶
func (*Handlers) AccountChangeDescription ¶
func (*Handlers) AccountChangeEmail ¶
func (*Handlers) AccountChangeUrl ¶
func (*Handlers) AccountChangeUsername ¶
func (*Handlers) AccountCreate ¶
func (*Handlers) AccountCreateFolder ¶
func (*Handlers) AccountDelete ¶
func (*Handlers) AccountDeleteFolder ¶
func (*Handlers) AccountDeleteSecret ¶
func (*Handlers) AccountMove ¶
func (*Handlers) AccountMoveFolder ¶
func (*Handlers) AccountRename ¶
func (*Handlers) AccountRenameFolder ¶
func (*Handlers) DatabaseExportToKeepass ¶
func (*Handlers) SessionSignIn ¶
func (*Handlers) SessionSignOut ¶
func (*Handlers) UserAddAccessToken ¶
func (*Handlers) UserChangeDecryptionKeyPassword ¶
func (*Handlers) UserChangePassword ¶
func (*Handlers) UserCreate ¶
func (*Handlers) UserRegisterU2FToken ¶
func (*Handlers) UserUnlockDecryptionKey ¶
Click to show internal directories.
Click to hide internal directories.