systemevents

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CollectionAddCollectionId

func CollectionAddCollectionId(builder *flatbuffers.Builder, collectionId uint32)

func CollectionAddDefaultCollectionMvs

func CollectionAddDefaultCollectionMvs(builder *flatbuffers.Builder, defaultCollectionMvs uint64)

func CollectionAddFlushUid

func CollectionAddFlushUid(builder *flatbuffers.Builder, flushUid uint64)

func CollectionAddHistory

func CollectionAddHistory(builder *flatbuffers.Builder, history bool)

func CollectionAddMaxTtl

func CollectionAddMaxTtl(builder *flatbuffers.Builder, maxTtl uint32)

func CollectionAddMetered

func CollectionAddMetered(builder *flatbuffers.Builder, metered bool)

func CollectionAddName

func CollectionAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func CollectionAddScopeId

func CollectionAddScopeId(builder *flatbuffers.Builder, scopeId uint32)

func CollectionAddTtlValid

func CollectionAddTtlValid(builder *flatbuffers.Builder, ttlValid bool)

func CollectionAddUid

func CollectionAddUid(builder *flatbuffers.Builder, uid uint64)

func CollectionEnd

func CollectionEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func CollectionStart

func CollectionStart(builder *flatbuffers.Builder)

func DroppedCollectionAddCollectionId

func DroppedCollectionAddCollectionId(builder *flatbuffers.Builder, collectionId uint32)

func DroppedCollectionAddScopeId

func DroppedCollectionAddScopeId(builder *flatbuffers.Builder, scopeId uint32)

func DroppedCollectionAddSystemCollection

func DroppedCollectionAddSystemCollection(builder *flatbuffers.Builder, systemCollection bool)

func DroppedCollectionAddUid

func DroppedCollectionAddUid(builder *flatbuffers.Builder, uid uint64)

func DroppedCollectionEnd

func DroppedCollectionEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func DroppedCollectionStart

func DroppedCollectionStart(builder *flatbuffers.Builder)

func DroppedScopeAddScopeId

func DroppedScopeAddScopeId(builder *flatbuffers.Builder, scopeId uint32)

func DroppedScopeAddSystemScope

func DroppedScopeAddSystemScope(builder *flatbuffers.Builder, systemScope bool)

func DroppedScopeAddUid

func DroppedScopeAddUid(builder *flatbuffers.Builder, uid uint64)

func DroppedScopeEnd

func DroppedScopeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func DroppedScopeStart

func DroppedScopeStart(builder *flatbuffers.Builder)

func FinishCollectionBuffer

func FinishCollectionBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func FinishDroppedCollectionBuffer

func FinishDroppedCollectionBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func FinishDroppedScopeBuffer

func FinishDroppedScopeBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func FinishScopeBuffer

func FinishScopeBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func FinishSizePrefixedCollectionBuffer

func FinishSizePrefixedCollectionBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func FinishSizePrefixedDroppedCollectionBuffer

func FinishSizePrefixedDroppedCollectionBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func FinishSizePrefixedDroppedScopeBuffer

func FinishSizePrefixedDroppedScopeBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func FinishSizePrefixedScopeBuffer

func FinishSizePrefixedScopeBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT)

func ScopeAddName

func ScopeAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func ScopeAddScopeId

func ScopeAddScopeId(builder *flatbuffers.Builder, scopeId uint32)

func ScopeAddUid

func ScopeAddUid(builder *flatbuffers.Builder, uid uint64)

func ScopeEnd

func ScopeEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func ScopeStart

func ScopeStart(builder *flatbuffers.Builder)

Types

type Collection

type Collection struct {
	// contains filtered or unexported fields
}

func GetRootAsCollection

func GetRootAsCollection(buf []byte, offset flatbuffers.UOffsetT) *Collection

func GetSizePrefixedRootAsCollection

func GetSizePrefixedRootAsCollection(buf []byte, offset flatbuffers.UOffsetT) *Collection

func (*Collection) CollectionId

func (rcv *Collection) CollectionId() uint32

func (*Collection) DefaultCollectionMvs

func (rcv *Collection) DefaultCollectionMvs() uint64

func (*Collection) FlushUid

func (rcv *Collection) FlushUid() uint64

func (*Collection) History

func (rcv *Collection) History() bool

func (*Collection) Init

func (rcv *Collection) Init(buf []byte, i flatbuffers.UOffsetT)

func (*Collection) MaxTtl

func (rcv *Collection) MaxTtl() uint32

func (*Collection) Metered

func (rcv *Collection) Metered() bool

func (*Collection) MutateCollectionId

func (rcv *Collection) MutateCollectionId(n uint32) bool

func (*Collection) MutateDefaultCollectionMvs

func (rcv *Collection) MutateDefaultCollectionMvs(n uint64) bool

func (*Collection) MutateFlushUid

func (rcv *Collection) MutateFlushUid(n uint64) bool

func (*Collection) MutateHistory

func (rcv *Collection) MutateHistory(n bool) bool

func (*Collection) MutateMaxTtl

func (rcv *Collection) MutateMaxTtl(n uint32) bool

func (*Collection) MutateMetered

func (rcv *Collection) MutateMetered(n bool) bool

func (*Collection) MutateScopeId

func (rcv *Collection) MutateScopeId(n uint32) bool

func (*Collection) MutateTtlValid

func (rcv *Collection) MutateTtlValid(n bool) bool

func (*Collection) MutateUid

func (rcv *Collection) MutateUid(n uint64) bool

func (*Collection) Name

func (rcv *Collection) Name() []byte

func (*Collection) ScopeId

func (rcv *Collection) ScopeId() uint32

func (*Collection) Table

func (rcv *Collection) Table() flatbuffers.Table

func (*Collection) TtlValid

func (rcv *Collection) TtlValid() bool

func (*Collection) Uid

func (rcv *Collection) Uid() uint64

type DroppedCollection

type DroppedCollection struct {
	// contains filtered or unexported fields
}

func GetRootAsDroppedCollection

func GetRootAsDroppedCollection(buf []byte, offset flatbuffers.UOffsetT) *DroppedCollection

func GetSizePrefixedRootAsDroppedCollection

func GetSizePrefixedRootAsDroppedCollection(buf []byte, offset flatbuffers.UOffsetT) *DroppedCollection

func (*DroppedCollection) CollectionId

func (rcv *DroppedCollection) CollectionId() uint32

func (*DroppedCollection) Init

func (rcv *DroppedCollection) Init(buf []byte, i flatbuffers.UOffsetT)

func (*DroppedCollection) MutateCollectionId

func (rcv *DroppedCollection) MutateCollectionId(n uint32) bool

func (*DroppedCollection) MutateScopeId

func (rcv *DroppedCollection) MutateScopeId(n uint32) bool

func (*DroppedCollection) MutateSystemCollection

func (rcv *DroppedCollection) MutateSystemCollection(n bool) bool

func (*DroppedCollection) MutateUid

func (rcv *DroppedCollection) MutateUid(n uint64) bool

func (*DroppedCollection) ScopeId

func (rcv *DroppedCollection) ScopeId() uint32

func (*DroppedCollection) SystemCollection

func (rcv *DroppedCollection) SystemCollection() bool

func (*DroppedCollection) Table

func (rcv *DroppedCollection) Table() flatbuffers.Table

func (*DroppedCollection) Uid

func (rcv *DroppedCollection) Uid() uint64

type DroppedScope

type DroppedScope struct {
	// contains filtered or unexported fields
}

func GetRootAsDroppedScope

func GetRootAsDroppedScope(buf []byte, offset flatbuffers.UOffsetT) *DroppedScope

func GetSizePrefixedRootAsDroppedScope

func GetSizePrefixedRootAsDroppedScope(buf []byte, offset flatbuffers.UOffsetT) *DroppedScope

func (*DroppedScope) Init

func (rcv *DroppedScope) Init(buf []byte, i flatbuffers.UOffsetT)

func (*DroppedScope) MutateScopeId

func (rcv *DroppedScope) MutateScopeId(n uint32) bool

func (*DroppedScope) MutateSystemScope

func (rcv *DroppedScope) MutateSystemScope(n bool) bool

func (*DroppedScope) MutateUid

func (rcv *DroppedScope) MutateUid(n uint64) bool

func (*DroppedScope) ScopeId

func (rcv *DroppedScope) ScopeId() uint32

func (*DroppedScope) SystemScope

func (rcv *DroppedScope) SystemScope() bool

func (*DroppedScope) Table

func (rcv *DroppedScope) Table() flatbuffers.Table

func (*DroppedScope) Uid

func (rcv *DroppedScope) Uid() uint64

type Scope

type Scope struct {
	// contains filtered or unexported fields
}

func GetRootAsScope

func GetRootAsScope(buf []byte, offset flatbuffers.UOffsetT) *Scope

func GetSizePrefixedRootAsScope

func GetSizePrefixedRootAsScope(buf []byte, offset flatbuffers.UOffsetT) *Scope

func (*Scope) Init

func (rcv *Scope) Init(buf []byte, i flatbuffers.UOffsetT)

func (*Scope) MutateScopeId

func (rcv *Scope) MutateScopeId(n uint32) bool

func (*Scope) MutateUid

func (rcv *Scope) MutateUid(n uint64) bool

func (*Scope) Name

func (rcv *Scope) Name() []byte

func (*Scope) ScopeId

func (rcv *Scope) ScopeId() uint32

func (*Scope) Table

func (rcv *Scope) Table() flatbuffers.Table

func (*Scope) Uid

func (rcv *Scope) Uid() uint64

Jump to

Keyboard shortcuts

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