Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckMyIPResponse ¶
type CheckMyIPResponse struct {
IP string `json:"ip"`
}
type InitAuthResponse ¶
type InitOwnerTgResponse ¶
type InitOwnerTgResponse struct {
Link string `json:"link"`
}
type OwnerDataResponse ¶
type RatesResponse ¶
type Result ¶
type Result[T InitAuthResponse | OwnerDataResponse | InitOwnerTgResponse | CheckMyIPResponse | []RatesResponse] struct { Data T `json:"data"` Message string `json:"message"` }
Click to show internal directories.
Click to hide internal directories.