Files
2022-10-19 18:52:32 +03:00

21 lines
288 B
Go

package v1
import "io"
type SetConfig struct {
Account string
ClientID string
SecretKey string
CloudReportURL string
CloudAPIURL string
CloudUIURL string
CloudAuthURL string
}
type ViewConfig struct {
Writer io.Writer
}
type DeleteConfig struct {
}