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"
}
Click to show internal directories.
Click to hide internal directories.