Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChatMsg ¶
func GetChatMsg(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
func GetSession ¶
func GetSession(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
Types ¶
type Website ¶
type Website struct{}
func (*Website) Call ¶
Call is a single request handler called via client.Call or the generated client code
func (*Website) PingPong ¶
PingPong is a bidirectional stream handler called via client.Stream or the generated client code
func (*Website) Stream ¶
func (e *Website) Stream(ctx context.Context, req *website.StreamingRequest, stream website.Website_StreamStream) error
Stream is a server side stream handler called via client.Stream or the generated client code
Click to show internal directories.
Click to hide internal directories.