Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyInterface ¶
func CopyInterface(dst, src interface{})
Types ¶
type REST ¶
type REST interface { identity.Changer Get(Rq) error Put(Rq) error Post(Rq) error Delete(Rq) error }
REST -- rest client interface
type UnexpectedHTTPstatusError ¶
UnexpectedHTTPstatusError -- contains HTTP status code and message
func (*UnexpectedHTTPstatusError) Error ¶
func (err *UnexpectedHTTPstatusError) Error() string
Click to show internal directories.
Click to hide internal directories.