Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caller ¶
type Caller interface { // Call makes a call to the API server with the given object type, // id, request and parameters. The response is filled in with the // call's result if the call is successful. Call(objType, id, request string, params, response interface{}) error }
Caller is implemented by the client-facing State object.
Click to show internal directories.
Click to hide internal directories.