Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnySdkArgList ¶
type AnySdkArgList interface {
GetArgs() []AnySdkArg
}
type AnySdkClient ¶
type AnySdkClient interface {
Do(AnySdkDesignation, AnySdkArgList) (AnySdkResponse, error)
}
type AnySdkDesignation ¶
type AnySdkDesignation interface {
GetDesignation() (interface{}, bool)
}
type AnySdkInvocation ¶
type AnySdkInvocation interface {
GetDesignation() (AnySdkDesignation, bool)
GetArgs() (AnySdkArgList, bool)
}
type AnySdkResponse ¶
Click to show internal directories.
Click to hide internal directories.