v2

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MessageMergerFSNotEnabled = "" /* 144-byte string literal not displayed */

Functions

func MergeAdapterOut

func MergeAdapterOut(m model2.Merge) codegen.Merge

func NewLocalStorage

func NewLocalStorage() codegen.ServerInterface

Types

type LocalStorage

type LocalStorage struct{}

func (*LocalStorage) GetMergeInitStatus added in v0.4.1

func (s *LocalStorage) GetMergeInitStatus(ctx echo.Context) error

func (*LocalStorage) GetMerges

func (s *LocalStorage) GetMerges(ctx echo.Context, params codegen.GetMergesParams) error

func (*LocalStorage) GetMounts

func (s *LocalStorage) GetMounts(ctx echo.Context, params codegen.GetMountsParams) error

func (*LocalStorage) InitMerge added in v0.4.1

func (s *LocalStorage) InitMerge(ctx echo.Context) error

func (*LocalStorage) Mount

func (s *LocalStorage) Mount(ctx echo.Context) error

func (*LocalStorage) SetMerge

func (s *LocalStorage) SetMerge(ctx echo.Context) error

func (*LocalStorage) Umount

func (s *LocalStorage) Umount(ctx echo.Context, params codegen.UmountParams) error

func (*LocalStorage) UpdateMount

func (s *LocalStorage) UpdateMount(ctx echo.Context, params codegen.UpdateMountParams) error

type MountError

type MountError interface {
	Error() string
	Cause() error
	Unwrap() error
}

Jump to

Keyboard shortcuts

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