Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloServer ¶
type HelloServer struct { }
func (*HelloServer) CreateMessage ¶
func (h *HelloServer) CreateMessage(ctx context.Context, rq *pb.MessageRequest) (*pb.HelloReply, error)
func (*HelloServer) GetMessage ¶
func (h *HelloServer) GetMessage(ctx context.Context, rq *pb.NullMessageRequest) (*pb.HelloReply, error)
type RestHelloServer ¶
type RestHelloServer struct { }
func (*RestHelloServer) CreateMessage ¶
func (r *RestHelloServer) CreateMessage(ctx *restful.Context)
func (*RestHelloServer) GetMessage ¶
func (r *RestHelloServer) GetMessage(ctx *restful.Context)
func (*RestHelloServer) URLPatterns ¶
func (r *RestHelloServer) URLPatterns() []restful.Route
Click to show internal directories.
Click to hide internal directories.