Documentation ¶
Index ¶
- func Client(config stacker.Config, action string)
- func Server(config stacker.Config)
- type ServerObj
- func (self *ServerObj) List(ctx context.Context, in *emptypb.Empty) (*StackerReply, error)
- func (self *ServerObj) Peek(ctx context.Context, in *emptypb.Empty) (*StackerReply, error)
- func (self *ServerObj) Pop(ctx context.Context, in *emptypb.Empty) (*StackerReply, error)
- func (self *ServerObj) Push(ctx context.Context, in *StackerRequest) (*emptypb.Empty, error)
- func (self *ServerObj) Rotate(ctx context.Context, in *emptypb.Empty) (*StackerReply, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerObj ¶
type ServerObj struct { UnimplementedStackerServer // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.