Documentation ¶
Index ¶
- Variables
- type Key
- func (*Key) Descriptor() ([]byte, []int)deprecated
- func (x *Key) GetKey() string
- func (msg *Key) MarshalJSON() ([]byte, error)
- func (*Key) ProtoMessage()
- func (x *Key) ProtoReflect() protoreflect.Message
- func (x *Key) Reset()
- func (x *Key) String() string
- func (msg *Key) UnmarshalJSON(b []byte) error
- type Keys
- func (*Keys) Descriptor() ([]byte, []int)deprecated
- func (x *Keys) GetKeys() []string
- func (msg *Keys) MarshalJSON() ([]byte, error)
- func (*Keys) ProtoMessage()
- func (x *Keys) ProtoReflect() protoreflect.Message
- func (x *Keys) Reset()
- func (x *Keys) String() string
- func (msg *Keys) UnmarshalJSON(b []byte) error
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetCount() int64
- func (x *Pagination) GetOffset() int64
- func (msg *Pagination) MarshalJSON() ([]byte, error)
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) String() string
- func (msg *Pagination) UnmarshalJSON(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_graphify_argument_v1_argument_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { Key string `protobuf:"bytes,1,opt,name=key,json=_key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*Key) Descriptor
deprecated
func (*Key) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*Key) ProtoMessage ¶
func (*Key) ProtoMessage()
func (*Key) ProtoReflect ¶
func (x *Key) ProtoReflect() protoreflect.Message
func (*Key) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Keys ¶
type Keys struct { Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` // contains filtered or unexported fields }
func (*Keys) Descriptor
deprecated
func (*Keys) MarshalJSON ¶ added in v0.7.0
MarshalJSON implements json.Marshaler
func (*Keys) ProtoMessage ¶
func (*Keys) ProtoMessage()
func (*Keys) ProtoReflect ¶
func (x *Keys) ProtoReflect() protoreflect.Message
func (*Keys) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Pagination ¶
type Pagination struct { Count *int64 `protobuf:"varint,1,opt,name=count,proto3,oneof" json:"count,omitempty"` Offset *int64 `protobuf:"varint,2,opt,name=offset,proto3,oneof" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetCount ¶
func (x *Pagination) GetCount() int64
func (*Pagination) GetOffset ¶
func (x *Pagination) GetOffset() int64
func (*Pagination) MarshalJSON ¶ added in v0.7.0
func (msg *Pagination) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
func (*Pagination) UnmarshalJSON ¶
func (msg *Pagination) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.