client import "github.com/goadesign/goa/examples/chatter/gen/http/chatter/client"
Overview Index Overview Index func BuildEchoerPayload(chatterEchoerToken string) (*chattersvc.EchoerPayload, error) func BuildHistoryPayload(chatterHistoryView string, chatterHistoryToken string) (*chattersvc.HistoryPayload, error) func BuildListenerPayload(chatterListenerToken string) (*chattersvc.ListenerPayload, error) func BuildLoginPayload(chatterLoginUser string, chatterLoginPassword string) (*chattersvc.LoginPayload, error) func BuildSummaryPayload(chatterSummaryToken string) (*chattersvc.SummaryPayload, error) func DecodeEchoerResponse(decoder func(*http.Response) goahttp.Decoder, restoreBody bool) func(*http.Response) (interface{}, error) func DecodeHistoryResponse(decoder func(*http.Response) goahttp.Decoder, restoreBody bool) func(*http.Response) (interface{}, error) func DecodeListenerResponse(decoder func(*http.Response) goahttp.Decoder, restoreBody bool) func(*http.Response) (interface{}, error) func DecodeLoginResponse(decoder func(*http.Response) goahttp.
↧