Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
Token string `json:"bearerToken"` // The API authorization token to the server.
Url string `json:"URL"` // The URL to the docker-deploy-server endpoint.
}
Client represents an instance of a connection to the server.
Click to show internal directories.
Click to hide internal directories.