Documentation ¶
Index ¶
- Constants
- func InitPostgresqlPool(ctx context.Context, wg *sync.WaitGroup, config map[string]string) error
- type Character
- func (c *Character) Create(ctx context.Context, inst *pb.Character, cmpdOffset *rkcypb.CompoundOffset) (*pb.Character, error)
- func (*Character) Delete(ctx context.Context, key string, cmpdOffset *rkcypb.CompoundOffset) error
- func (c *Character) Read(ctx context.Context, key string) (*pb.Character, *pb.CharacterRelated, *rkcypb.CompoundOffset, error)
- func (c *Character) Update(ctx context.Context, inst *pb.Character, rel *pb.CharacterRelated, ...) error
- type Player
- func (p *Player) Create(ctx context.Context, inst *pb.Player, cmpdOffset *rkcypb.CompoundOffset) (*pb.Player, error)
- func (*Player) Delete(ctx context.Context, key string, cmpdOffset *rkcypb.CompoundOffset) error
- func (*Player) Read(ctx context.Context, key string) (*pb.Player, *pb.PlayerRelated, *rkcypb.CompoundOffset, error)
- func (p *Player) Update(ctx context.Context, inst *pb.Player, rel *pb.PlayerRelated, ...) error
Constants ¶
View Source
const ZERO_UUID string = "00000000-0000-0000-0000-000000000000"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Character ¶
type Character struct{}
Click to show internal directories.
Click to hide internal directories.