Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIServer ¶
type CLIServer struct {
pb.HandleCliServer
}
func (*CLIServer) HandleCliRequest ¶
func (c *CLIServer) HandleCliRequest(ctx context.Context, request *pb.CliRequest) (*pb.ResponseStatus, error)
type Server ¶
type Server struct { pb.UnimplementedHandleCliServer EtcdClient *etcd.EtcdClient // contains filtered or unexported fields }
Variables / Struct
func NewServerInit ¶
func NewServerInit(portVal string, Etcd *etcd.EtcdClient) *Server
func (*Server) InitServer ¶
Click to show internal directories.
Click to hide internal directories.