Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IEndpoint ¶
type IEndpoint interface { Get(ctx context.Context, path string, params map[string]string) ([]byte, error) Post(ctx context.Context, path string, params map[string]string, body []byte) ([]byte, error) Put(ctx context.Context, path string, params map[string]string, body []byte) ([]byte, error) Delete(ctx context.Context, path string, params map[string]string) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.