Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Currentvalue ¶
type CurrentvalueRequest ¶
type Gateway ¶
type Gateway interface {
GetCurrentValue(ctx context.Context, request *CurrentvalueRequest) (*Currentvalue, error)
}
func NewAdapter ¶
func NewAdapter(client restclient.RestClient, env types.Environment) Gateway
Click to show internal directories.
Click to hide internal directories.