client import "github.com/goadesign/goa/client"
Overview Index Overview Index func ContextRequestID(ctx context.Context) string func ContextWithRequestID(ctx context.Context) (context.Context, string) func HandleResponse(c *Client, resp *http.Response, pretty bool) func SetContextRequestID(ctx context.Context, reqID string) context.Context func WSRead(ws *websocket.Conn) func WSWrite(ws *websocket.Conn) type APIKeySigner func (s *APIKeySigner) Sign(req *http.Request) error type BasicSigner func (s *BasicSigner) Sign(req *http.Request) error type Client func New(c Doer) *Client func (c *Client) Do(ctx context.
↧