generated from alecodes/base-template
8 lines
107 B
Go
8 lines
107 B
Go
package app
|
|
|
|
type ServiceConfig struct {
|
|
Service string
|
|
Host string
|
|
User string
|
|
Token string
|
|
}
|