handler

package
v0.0.0-...-6e536d1 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	Get(ctx echo.Context) error
	Update(ctx echo.Context) error
	Lock(ctx echo.Context) error
	Unlock(ctx echo.Context) error
}

func NewHandler

func NewHandler() Handler

type LockBody

type LockBody struct {
	Id        string
	Who       string
	Info      string
	Path      string
	Operation string
	Version   string
	Created   string
}
{
	"Created" : "2021-12-18T08:45:24.730721Z",
	"Version" : "1.0.11",
	"Operation" : "OperationTypePlan",
	"Path" : "",
	"Info" : "",
	"ID" : "8f9b3687-4100-c0d6-88a4-d6c3cab2abdb",
	"Who" : "Steven@StevenChendeMacBook-Pro-4.local"
}

Jump to

Keyboard shortcuts

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