Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandlerGetSession ¶
func HandlerGetSession(ctx *context.Context) http.HandlerFunc
func HandlerGetSessionsForAddress ¶
func HandlerGetSessionsForAddress(ctx *context.Context) http.HandlerFunc
func HandlerStartSession ¶
func HandlerStartSession(ctx *context.Context) http.HandlerFunc
Types ¶
type RequestAddSession ¶
type RequestAddSession struct {
To string `json:"to"`
}
func NewRequestAddSession ¶
func NewRequestAddSession(r *http.Request) (*RequestAddSession, error)
func (*RequestAddSession) Validate ¶
func (r *RequestAddSession) Validate() error
Click to show internal directories.
Click to hide internal directories.