Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMeasurementInput ¶
type CreateMeasurementInput struct { Value int `json:"value"` Image CreateMeasurementImageInput `json:"image"` Type string `json:"type"` Confirmed bool `json:"confirmed"` User string `json:"user"` }
type CreateUserInput ¶
type GetTokenInput ¶
type GetTokenOutput ¶
type GetTokenOutput struct {
AccessToken string `json:"access_token"`
}
type ProcessImageRequest ¶
type ProcessImageResponse ¶
type ProcessImageResponse struct {
Value string `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.