Documentation ¶
Index ¶
- type Alloc
- type Assign
- type Proxy
- func (c *Proxy) BatchGenUserSeq(ctx context.Context, idList []uint32, tag string, async bool) (map[uint32]int64, error)
- func (c *Proxy) BatchGetUserSeq(ctx context.Context, idList []uint32, tag string) (map[uint32]int64, error)
- func (c *Proxy) Close(ctx context.Context) error
- func (c *Proxy) GenUserMultiSeq(ctx context.Context, id uint32, tagList []string, async bool) (map[string]int64, error)
- func (c *Proxy) GenUserSeq(ctx context.Context, id uint32, tag string) (int64, error)
- func (c *Proxy) GetUserMultiSeq(ctx context.Context, id uint32, tagList []string) (map[string]int64, error)
- func (c *Proxy) GetUserSeq(ctx context.Context, id uint32, tag string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alloc ¶
type Alloc struct { pb.AllocClient // contains filtered or unexported fields }
func NewAllocClient ¶
func NewAllocClient(target string, opts ...grpc.DialOption) (*Alloc, error)
func (*Alloc) GenUserSeq ¶
type Assign ¶
type Assign struct { pb.AssignClient // contains filtered or unexported fields }
func NewAssignClient ¶
func NewAssignClient(target string, opts ...grpc.DialOption) (*Assign, error)
func (*Assign) RegSection ¶
type Proxy ¶
type Proxy struct { pb.ProxyClient // contains filtered or unexported fields }
func NewProxyClient ¶
func NewProxyClient(target string, opts ...grpc.DialOption) (*Proxy, error)
func (*Proxy) BatchGenUserSeq ¶
func (*Proxy) BatchGetUserSeq ¶
func (*Proxy) GenUserMultiSeq ¶
func (*Proxy) GenUserSeq ¶
func (*Proxy) GetUserMultiSeq ¶
Click to show internal directories.
Click to hide internal directories.