vaults

package
v0.0.0-...-c3eb17d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterVaults

func RegisterVaults(api *fiber.Router, db *gorm.DB, conf *config.AppConfig)

Types

type CreateVaultRequestBody

type CreateVaultRequestBody struct {
	UserSlug   string `json:"user_slug"`
	VaultTitle string `json:"vault_title"`
}

type UpdateVaultRequestBody

type UpdateVaultRequestBody struct {
	Title string `json:"vault_title"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL