Documentation ¶
Overview ¶
* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/.
Index ¶
- func CreateMount(c echo.Context) error
- func GetMount(c echo.Context) error
- func GetMountTune(c echo.Context) error
- func GetSealStatus(c echo.Context) error
- func Get_mounts(c echo.Context) error
- func InitStatus(c echo.Context) error
- func InitSys(r shared.InitSysRequest) (shared.InitSysResponse, error)
- func InitSysPost(c echo.Context) error
- func PostMountTune(c echo.Context) error
- func RekeyInitDelete(c echo.Context) error
- func RekeyInitGet(c echo.Context) error
- func RekeyInitPost(c echo.Context) error
- func RekeyUpdatePost(c echo.Context) error
- func SealStatus() bool
- func StartSys()
- func Unseal(c echo.Context) error
- type PostedMount
- type PostedMountOptions
- type RekeyData
- type ReturnMounts
- type UnsealData
- type UnsealRequest
- type UnsealResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMount ¶
func CreateMount(c echo.Context) error
func GetMountTune ¶
func GetMountTune(c echo.Context) error
func GetSealStatus ¶
func GetSealStatus(c echo.Context) error
func Get_mounts ¶
func Get_mounts(c echo.Context) error
func InitStatus ¶
func InitStatus(c echo.Context) error
func InitSys ¶
func InitSys(r shared.InitSysRequest) (shared.InitSysResponse, error)
func InitSysPost ¶
func InitSysPost(c echo.Context) error
func PostMountTune ¶
func PostMountTune(c echo.Context) error
func RekeyInitDelete ¶
func RekeyInitDelete(c echo.Context) error
func RekeyInitGet ¶
func RekeyInitGet(c echo.Context) error
func RekeyInitPost ¶
func RekeyInitPost(c echo.Context) error
func RekeyUpdatePost ¶
func RekeyUpdatePost(c echo.Context) error
func SealStatus ¶
func SealStatus() bool
Types ¶
type PostedMount ¶
type PostedMount struct { Type string `json:"type" validate:"required"` Description string `json:"description"` Config shared.MountConfig `json:"config"` Options PostedMountOptions `json:"options"` }
type PostedMountOptions ¶
type ReturnMounts ¶
type UnsealData ¶
type UnsealRequest ¶
Click to show internal directories.
Click to hide internal directories.