Documentation
¶
Index ¶
Constants ¶
View Source
const ( MsgPropTimestamp = "timestamp" // MsgPropCluster is the property name for the cluster name MsgPropCluster = "cluster" // MsgPropAccount is the property name for the account name MsgPropAccount = "account" // MsgPropEvent is the property name for the event type MsgPropEvent = "event" MsgPropEventValueGetObjectMessage = "GetObject" MsgPropEventValuePatchObjectMessage = "PatchObject" MsgPropEventValueVerifyObjectMessage = "VerifyObject" MsgPropEventValueDeleteObjectMessage = "DeleteObject" MsgPropEventValuePutObjectMessage = "PutObject" MsgPropEventValueServerConnectedMessage = "ServerConnected" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteObjectMessage ¶
type GetObjectMessage ¶
type MessageConsumer ¶
type MessageProducer ¶
type NewChecksumMessage ¶
type NewObjectMessage ¶
type PatchObjectMessage ¶
type PatchObjectMessage struct {
Checksum string `json:"checksum"`
Cluster string `json:"cluster"`
Account string `json:"account"`
Depth int `json:"depth"`
Kind string `json:"kind"`
MsgId string `json:"msgId"`
Name string `json:"name"`
Namespace string `json:"namespace"`
Patch []byte `json:"patch"`
}
type PutObjectMessage ¶
type ServerConnectedMessage ¶
type VerifyObjectMessage ¶
Click to show internal directories.
Click to hide internal directories.