Documentation ¶
Index ¶
- Variables
- type App
- type Filter
- type R
- func (*R) Descriptor() ([]byte, []int)
- func (this *R) Equal(that interface{}) bool
- func (m *R) GetName() string
- func (m *R) GetPassword() []byte
- func (this *R) GoString() string
- func (m *R) Marshal() (dAtA []byte, err error)
- func (m *R) MarshalTo(dAtA []byte) (int, error)
- func (m *R) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*R) ProtoMessage()
- func (m *R) Reset()
- func (m *R) Size() (n int)
- func (this *R) String() string
- func (m *R) Unmarshal(dAtA []byte) error
- func (m *R) XXX_DiscardUnknown()
- func (m *R) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *R) XXX_Merge(src proto.Message)
- func (m *R) XXX_Size() int
- func (m *R) XXX_Unmarshal(b []byte) error
- type Store
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type R ¶
type R struct { ID github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,1,opt,name=ID,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"ID"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Password []byte `protobuf:"bytes,3,opt,name=Password,proto3" json:"Password,omitempty"` Owner github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,4,opt,name=Owner,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"Owner"` WorldID github_com_elojah_game_02_pkg_ulid.ID `protobuf:"bytes,5,opt,name=WorldID,proto3,customtype=github.com/elojah/game_02/pkg/ulid.ID" json:"WorldID"` }
func NewPopulatedR ¶
func (*R) Descriptor ¶
func (*R) GetPassword ¶
func (*R) ProtoMessage ¶
func (*R) ProtoMessage()
func (*R) XXX_DiscardUnknown ¶
func (m *R) XXX_DiscardUnknown()
func (*R) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.