Documentation ¶
Index ¶
- Variables
- type App
- type Filter
- type L
- func (*L) Descriptor() ([]byte, []int)
- func (this *L) Equal(that interface{}) bool
- func (m *L) GetName() string
- func (m *L) GetRooms() map[string]room.R
- func (this *L) GoString() string
- func (m *L) Marshal() (dAtA []byte, err error)
- func (m *L) MarshalTo(dAtA []byte) (int, error)
- func (m *L) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*L) ProtoMessage()
- func (m *L) Reset()
- func (m *L) Size() (n int)
- func (this *L) String() string
- func (m *L) Unmarshal(dAtA []byte) error
- func (m *L) XXX_DiscardUnknown()
- func (m *L) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *L) XXX_Merge(src proto.Message)
- func (m *L) XXX_Size() int
- func (m *L) XXX_Unmarshal(b []byte) error
- type Store
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type L ¶
type L 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"` Rooms map[string]room.R `` /* 141-byte string literal not displayed */ }
func NewPopulatedL ¶
func (*L) Descriptor ¶
func (*L) ProtoMessage ¶
func (*L) ProtoMessage()
func (*L) XXX_DiscardUnknown ¶
func (m *L) XXX_DiscardUnknown()
func (*L) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.