package
Version:
v0.6.1
Opens a new window with list of versions in this module.
Published: Aug 17, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SendAction(action *Action)
type Action struct {
Actor string `json:"actor"`
Verb Verb `json:"verb"`
Object string `json:"object"`
Target string `json:"target"`
Time time.Time `json:"time"`
}
const (
VCreate Verb = "create"
VUpdate Verb = "update"
VDelete Verb = "delete"
VStart Verb = "start"
VStop Verb = "stop"
VWrite Verb = "write"
VRead Verb = "read"
VOpen Verb = "open"
VClose Verb = "close"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.