Documentation ¶
Index ¶
- Variables
- func IsCredKey(key string) bool
- func IsMtzRqKey(key string) bool
- func IsProjectKey(key string) bool
- func IsRlzKey(key string) bool
- func IsRlzRqKey(key string) bool
- func IsUserKey(key string) bool
- func IsUserStatusKey(key string) bool
- func IsXDCKey(key string) bool
- func IsXdcWgKey(key string) bool
- func IsXpKey(key string) bool
- func IsXpRevKey(key string) bool
- func IsXpRevModelKey(key string) bool
- type CountSet
- func (cs CountSet) Add() (uint64, CountSet, error)
- func (*CountSet) Descriptor() ([]byte, []int)deprecated
- func (x *CountSet) GetName() string
- func (x *CountSet) GetOffset() uint64
- func (x *CountSet) GetSize() uint64
- func (x *CountSet) GetValues() []uint64
- func (x *CountSet) GetVer() int64
- func (cs *CountSet) GetVersion() int64
- func (cs *CountSet) Id() string
- func (cs *CountSet) Key() string
- func (cs *CountSet) Merge(other interface{}) error
- func (cs CountSet) Next() (uint64, uint64)
- func (cs *CountSet) Object() interface{}
- func (*CountSet) ProtoMessage()
- func (x *CountSet) ProtoReflect() protoreflect.Message
- func (cs CountSet) Remove(i uint64) CountSet
- func (x *CountSet) Reset()
- func (cs *CountSet) SetVersion(v int64)
- func (x *CountSet) String() string
- func (this *CountSet) Validate() error
- type Cred
- type KeyType
- type Mzid
- type Set
- type StatusKey
- func (sk *StatusKey) CredKey() string
- func (sk *StatusKey) GitKey() string
- func (sk *StatusKey) Key() string
- func (sk *StatusKey) MtzRqKey() string
- func (sk *StatusKey) ProjectKey() string
- func (sk *StatusKey) RevKey() string
- func (sk *StatusKey) RevModelKey() string
- func (sk *StatusKey) RlzKey() string
- func (sk *StatusKey) RlzRqKey() string
- func (sk *StatusKey) UserKey() string
- func (sk *StatusKey) UserStatusKey() string
- func (sk *StatusKey) XDCKey() string
- func (sk *StatusKey) XdcWgKey() string
- func (sk *StatusKey) XpKey() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GRPCMaxMessageSize is the maximum message size of a grpc message // the option is then passed to the grpc client connection, and // is set in bytes. GRPCMaxMessageSize = 512 * 1024 * 1024 GRPCMaxMessage = grpc.WithDefaultCallOptions( grpc.MaxCallRecvMsgSize(GRPCMaxMessageSize), grpc.MaxCallSendMsgSize(GRPCMaxMessageSize), ) GRPCMaxServer = []grpc.ServerOption{ grpc.MaxRecvMsgSize(GRPCMaxMessageSize), grpc.MaxSendMsgSize(GRPCMaxMessageSize), } )
View Source
var File_internal_internal_proto protoreflect.FileDescriptor
Functions ¶
func IsMtzRqKey ¶
func IsProjectKey ¶
func IsRlzRqKey ¶
func IsUserStatusKey ¶
func IsXdcWgKey ¶
func IsXpRevKey ¶
func IsXpRevModelKey ¶
Types ¶
type CountSet ¶
type CountSet struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Size uint64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Values []uint64 `protobuf:"varint,3,rep,packed,name=values,proto3" json:"values,omitempty"` Offset uint64 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"` Ver int64 `protobuf:"varint,5,opt,name=ver,proto3" json:"ver,omitempty"` // contains filtered or unexported fields }
func (*CountSet) Descriptor
deprecated
func (*CountSet) GetVersion ¶
GetVersion returns the current datastore version of the object
func (*CountSet) Object ¶
func (cs *CountSet) Object() interface{}
Value returns this object as an interface{}
func (*CountSet) ProtoMessage ¶
func (*CountSet) ProtoMessage()
func (*CountSet) ProtoReflect ¶
func (x *CountSet) ProtoReflect() protoreflect.Message
func (*CountSet) SetVersion ¶
SetVersion sets the current datastore version of the object
type Mzid ¶
func MzidFromString ¶
type Set ¶
func (Set) DelAnyElement ¶
delete an arbitrary element from the set and return it
func (Set) DelElement ¶
delete a specific element from the set
func (Set) GetAnyElement ¶
type StatusKey ¶
type StatusKey struct { Type KeyType User string Project string Experiment string Realization string XDC string // XDC name Cred Cred Status string // optional status put there by reconcile functions }
func (*StatusKey) ProjectKey ¶
func (*StatusKey) RevModelKey ¶
func (*StatusKey) UserStatusKey ¶
Click to show internal directories.
Click to hide internal directories.