6 lines
77 B
Go
6 lines
77 B
Go
package models
|
|
|
|
type Config struct {
|
|
DeamonURL string `json:"deamon_url"`
|
|
}
|