Documentation ¶
Index ¶
- Variables
- type CanteenData
- func (*CanteenData) Descriptor() ([]byte, []int)deprecated
- func (x *CanteenData) GetId() string
- func (x *CanteenData) GetLabel() map[string]string
- func (x *CanteenData) GetMeta() map[string]string
- func (x *CanteenData) GetProvider() string
- func (m *CanteenData) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CanteenData) MarshalToVT(dAtA []byte) (int, error)
- func (m *CanteenData) MarshalVT() (dAtA []byte, err error)
- func (*CanteenData) ProtoMessage()
- func (x *CanteenData) ProtoReflect() protoreflect.Message
- func (x *CanteenData) Reset()
- func (m *CanteenData) SizeVT() (n int)
- func (x *CanteenData) String() string
- func (m *CanteenData) UnmarshalVT(dAtA []byte) error
- type Root
- func (*Root) Descriptor() ([]byte, []int)deprecated
- func (x *Root) GetCanteens() []*CanteenData
- func (x *Root) GetLastUpdate() map[string]*timestamppb.Timestamp
- func (m *Root) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Root) MarshalToVT(dAtA []byte) (int, error)
- func (m *Root) MarshalVT() (dAtA []byte, err error)
- func (*Root) ProtoMessage()
- func (x *Root) ProtoReflect() protoreflect.Message
- func (x *Root) Reset()
- func (m *Root) SizeVT() (n int)
- func (x *Root) String() string
- func (m *Root) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_proto_storage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CanteenData ¶
type CanteenData struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Label map[string]string `` /* 151-byte string literal not displayed */ Meta map[string]string `` /* 149-byte string literal not displayed */ Provider string `protobuf:"bytes,4,opt,name=provider,proto3" json:"provider,omitempty"` // contains filtered or unexported fields }
func (*CanteenData) Descriptor
deprecated
func (*CanteenData) Descriptor() ([]byte, []int)
Deprecated: Use CanteenData.ProtoReflect.Descriptor instead.
func (*CanteenData) GetId ¶
func (x *CanteenData) GetId() string
func (*CanteenData) GetLabel ¶
func (x *CanteenData) GetLabel() map[string]string
func (*CanteenData) GetMeta ¶
func (x *CanteenData) GetMeta() map[string]string
func (*CanteenData) GetProvider ¶
func (x *CanteenData) GetProvider() string
func (*CanteenData) MarshalToSizedBufferVT ¶
func (m *CanteenData) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CanteenData) MarshalToVT ¶
func (m *CanteenData) MarshalToVT(dAtA []byte) (int, error)
func (*CanteenData) MarshalVT ¶
func (m *CanteenData) MarshalVT() (dAtA []byte, err error)
func (*CanteenData) ProtoMessage ¶
func (*CanteenData) ProtoMessage()
func (*CanteenData) ProtoReflect ¶
func (x *CanteenData) ProtoReflect() protoreflect.Message
func (*CanteenData) Reset ¶
func (x *CanteenData) Reset()
func (*CanteenData) SizeVT ¶
func (m *CanteenData) SizeVT() (n int)
func (*CanteenData) String ¶
func (x *CanteenData) String() string
func (*CanteenData) UnmarshalVT ¶
func (m *CanteenData) UnmarshalVT(dAtA []byte) error
type Root ¶
type Root struct { Canteens []*CanteenData `protobuf:"bytes,1,rep,name=canteens,proto3" json:"canteens,omitempty"` LastUpdate map[string]*timestamppb.Timestamp `` /* 179-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Root) Descriptor
deprecated
func (*Root) GetCanteens ¶
func (x *Root) GetCanteens() []*CanteenData
func (*Root) GetLastUpdate ¶
func (x *Root) GetLastUpdate() map[string]*timestamppb.Timestamp
func (*Root) MarshalToSizedBufferVT ¶
func (*Root) ProtoMessage ¶
func (*Root) ProtoMessage()
func (*Root) ProtoReflect ¶
func (x *Root) ProtoReflect() protoreflect.Message
func (*Root) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.