package
Version:
v0.0.0-...-bc8455f
Opens a new window with list of versions in this module.
Published: Mar 20, 2019
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
URL string `json:"url"`
Token string `json:"token"`
}
type LoginRequest struct {
Email string `json:"email"`
Password string `json:"password"`
CreateToken string `json:"token"`
}
type LoginResponse struct {
Token string `json:"token"`
}
type PodStatus struct {
Name string `json:"name"`
Status string `json:"status"`
GPUs string `json:"gpu"`
SSHCommand string `json:"ssh_command"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.