Documentation
¶
Index ¶
- Variables
- type DecodedZookie
- func (*DecodedZookie) Descriptor() ([]byte, []int)deprecated
- func (x *DecodedZookie) GetV1() *DecodedZookie_V1Zookie
- func (x *DecodedZookie) GetV2() *DecodedZookie_V2Zookie
- func (x *DecodedZookie) GetVersion() uint32
- func (m *DecodedZookie) GetVersionOneof() isDecodedZookie_VersionOneof
- func (*DecodedZookie) ProtoMessage()
- func (x *DecodedZookie) ProtoReflect() protoreflect.Message
- func (x *DecodedZookie) Reset()
- func (x *DecodedZookie) String() string
- type DecodedZookie_V1
- type DecodedZookie_V1Zookie
- func (*DecodedZookie_V1Zookie) Descriptor() ([]byte, []int)deprecated
- func (x *DecodedZookie_V1Zookie) GetRevision() uint64
- func (*DecodedZookie_V1Zookie) ProtoMessage()
- func (x *DecodedZookie_V1Zookie) ProtoReflect() protoreflect.Message
- func (x *DecodedZookie_V1Zookie) Reset()
- func (x *DecodedZookie_V1Zookie) String() string
- type DecodedZookie_V2
- type DecodedZookie_V2Zookie
- func (*DecodedZookie_V2Zookie) Descriptor() ([]byte, []int)deprecated
- func (x *DecodedZookie_V2Zookie) GetRevision() string
- func (*DecodedZookie_V2Zookie) ProtoMessage()
- func (x *DecodedZookie_V2Zookie) ProtoReflect() protoreflect.Message
- func (x *DecodedZookie_V2Zookie) Reset()
- func (x *DecodedZookie_V2Zookie) String() string
- type DocComment
- type RelationMetadata
- func (*RelationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RelationMetadata) GetKind() RelationMetadata_RelationKind
- func (*RelationMetadata) ProtoMessage()
- func (x *RelationMetadata) ProtoReflect() protoreflect.Message
- func (x *RelationMetadata) Reset()
- func (x *RelationMetadata) String() string
- type RelationMetadata_RelationKind
- func (RelationMetadata_RelationKind) Descriptor() protoreflect.EnumDescriptor
- func (x RelationMetadata_RelationKind) Enum() *RelationMetadata_RelationKind
- func (RelationMetadata_RelationKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x RelationMetadata_RelationKind) Number() protoreflect.EnumNumber
- func (x RelationMetadata_RelationKind) String() string
- func (RelationMetadata_RelationKind) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RelationMetadata_RelationKind_name = map[int32]string{ 0: "UNKNOWN_KIND", 1: "RELATION", 2: "PERMISSION", } RelationMetadata_RelationKind_value = map[string]int32{ "UNKNOWN_KIND": 0, "RELATION": 1, "PERMISSION": 2, } )
Enum value maps for RelationMetadata_RelationKind.
View Source
var File_impl_v1_impl_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DecodedZookie ¶
type DecodedZookie struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` // Types that are assignable to VersionOneof: // *DecodedZookie_V1 // *DecodedZookie_V2 VersionOneof isDecodedZookie_VersionOneof `protobuf_oneof:"version_oneof"` // contains filtered or unexported fields }
func (*DecodedZookie) Descriptor
deprecated
func (*DecodedZookie) Descriptor() ([]byte, []int)
Deprecated: Use DecodedZookie.ProtoReflect.Descriptor instead.
func (*DecodedZookie) GetV1 ¶
func (x *DecodedZookie) GetV1() *DecodedZookie_V1Zookie
func (*DecodedZookie) GetV2 ¶
func (x *DecodedZookie) GetV2() *DecodedZookie_V2Zookie
func (*DecodedZookie) GetVersion ¶
func (x *DecodedZookie) GetVersion() uint32
func (*DecodedZookie) GetVersionOneof ¶
func (m *DecodedZookie) GetVersionOneof() isDecodedZookie_VersionOneof
func (*DecodedZookie) ProtoMessage ¶
func (*DecodedZookie) ProtoMessage()
func (*DecodedZookie) ProtoReflect ¶
func (x *DecodedZookie) ProtoReflect() protoreflect.Message
func (*DecodedZookie) Reset ¶
func (x *DecodedZookie) Reset()
func (*DecodedZookie) String ¶
func (x *DecodedZookie) String() string
type DecodedZookie_V1 ¶
type DecodedZookie_V1 struct {
V1 *DecodedZookie_V1Zookie `protobuf:"bytes,2,opt,name=v1,proto3,oneof"`
}
type DecodedZookie_V1Zookie ¶
type DecodedZookie_V1Zookie struct { Revision uint64 `protobuf:"varint,1,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*DecodedZookie_V1Zookie) Descriptor
deprecated
func (*DecodedZookie_V1Zookie) Descriptor() ([]byte, []int)
Deprecated: Use DecodedZookie_V1Zookie.ProtoReflect.Descriptor instead.
func (*DecodedZookie_V1Zookie) GetRevision ¶
func (x *DecodedZookie_V1Zookie) GetRevision() uint64
func (*DecodedZookie_V1Zookie) ProtoMessage ¶
func (*DecodedZookie_V1Zookie) ProtoMessage()
func (*DecodedZookie_V1Zookie) ProtoReflect ¶
func (x *DecodedZookie_V1Zookie) ProtoReflect() protoreflect.Message
func (*DecodedZookie_V1Zookie) Reset ¶
func (x *DecodedZookie_V1Zookie) Reset()
func (*DecodedZookie_V1Zookie) String ¶
func (x *DecodedZookie_V1Zookie) String() string
type DecodedZookie_V2 ¶
type DecodedZookie_V2 struct {
V2 *DecodedZookie_V2Zookie `protobuf:"bytes,3,opt,name=v2,proto3,oneof"`
}
type DecodedZookie_V2Zookie ¶
type DecodedZookie_V2Zookie struct { Revision string `protobuf:"bytes,1,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*DecodedZookie_V2Zookie) Descriptor
deprecated
func (*DecodedZookie_V2Zookie) Descriptor() ([]byte, []int)
Deprecated: Use DecodedZookie_V2Zookie.ProtoReflect.Descriptor instead.
func (*DecodedZookie_V2Zookie) GetRevision ¶
func (x *DecodedZookie_V2Zookie) GetRevision() string
func (*DecodedZookie_V2Zookie) ProtoMessage ¶
func (*DecodedZookie_V2Zookie) ProtoMessage()
func (*DecodedZookie_V2Zookie) ProtoReflect ¶
func (x *DecodedZookie_V2Zookie) ProtoReflect() protoreflect.Message
func (*DecodedZookie_V2Zookie) Reset ¶
func (x *DecodedZookie_V2Zookie) Reset()
func (*DecodedZookie_V2Zookie) String ¶
func (x *DecodedZookie_V2Zookie) String() string
type DocComment ¶
type DocComment struct { Comment string `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*DocComment) Descriptor
deprecated
func (*DocComment) Descriptor() ([]byte, []int)
Deprecated: Use DocComment.ProtoReflect.Descriptor instead.
func (*DocComment) GetComment ¶
func (x *DocComment) GetComment() string
func (*DocComment) ProtoMessage ¶
func (*DocComment) ProtoMessage()
func (*DocComment) ProtoReflect ¶
func (x *DocComment) ProtoReflect() protoreflect.Message
func (*DocComment) Reset ¶
func (x *DocComment) Reset()
func (*DocComment) String ¶
func (x *DocComment) String() string
type RelationMetadata ¶
type RelationMetadata struct { Kind RelationMetadata_RelationKind `protobuf:"varint,1,opt,name=kind,proto3,enum=impl.v1.RelationMetadata_RelationKind" json:"kind,omitempty"` // contains filtered or unexported fields }
func (*RelationMetadata) Descriptor
deprecated
func (*RelationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use RelationMetadata.ProtoReflect.Descriptor instead.
func (*RelationMetadata) GetKind ¶
func (x *RelationMetadata) GetKind() RelationMetadata_RelationKind
func (*RelationMetadata) ProtoMessage ¶
func (*RelationMetadata) ProtoMessage()
func (*RelationMetadata) ProtoReflect ¶
func (x *RelationMetadata) ProtoReflect() protoreflect.Message
func (*RelationMetadata) Reset ¶
func (x *RelationMetadata) Reset()
func (*RelationMetadata) String ¶
func (x *RelationMetadata) String() string
type RelationMetadata_RelationKind ¶
type RelationMetadata_RelationKind int32
const ( RelationMetadata_UNKNOWN_KIND RelationMetadata_RelationKind = 0 RelationMetadata_RELATION RelationMetadata_RelationKind = 1 RelationMetadata_PERMISSION RelationMetadata_RelationKind = 2 )
func (RelationMetadata_RelationKind) Descriptor ¶
func (RelationMetadata_RelationKind) Descriptor() protoreflect.EnumDescriptor
func (RelationMetadata_RelationKind) Enum ¶
func (x RelationMetadata_RelationKind) Enum() *RelationMetadata_RelationKind
func (RelationMetadata_RelationKind) EnumDescriptor
deprecated
func (RelationMetadata_RelationKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use RelationMetadata_RelationKind.Descriptor instead.
func (RelationMetadata_RelationKind) Number ¶
func (x RelationMetadata_RelationKind) Number() protoreflect.EnumNumber
func (RelationMetadata_RelationKind) String ¶
func (x RelationMetadata_RelationKind) String() string
func (RelationMetadata_RelationKind) Type ¶
func (RelationMetadata_RelationKind) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.