Documentation
¶
Index ¶
- type ApiError
- type HttpError
- type Root
- func (r *Root) Delete(url *string, reqBody interface{}, dest interface{}) ([]byte, error)
- func (r *Root) Get(url *string, queryModel interface{}, dest interface{}) ([]byte, error)
- func (r *Root) Patch(url *string, reqBody interface{}, dest interface{}) ([]byte, error)
- func (r *Root) Post(url *string, reqBody interface{}, dest interface{}) ([]byte, error)
- func (r *Root) Put(url *string, reqBody interface{}, dest interface{}) ([]byte, error)
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.