Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociatedUpdate ¶
AssociatedUpdate bundles together an Update and a Storage implementation. This is used by SyncStorage to query the correct Storage for the updated Object.
type ObjectEvent ¶
type ObjectEvent byte
ObjectEvent is an enum describing a change in an Object's state.
const ( ObjectEventNone ObjectEvent = iota // 0 ObjectEventCreate // 1 ObjectEventModify // 2 ObjectEventDelete // 3 )
func (ObjectEvent) String ¶
func (o ObjectEvent) String() string
type Update ¶
type Update struct {
Event ObjectEvent
APIType runtime.Object
}
Update bundles an FileEvent with an APIType for Storage retrieval.
Click to show internal directories.
Click to hide internal directories.