9 lines
74 B
Go
9 lines
74 B
Go
package configs
|
|
|
|
import(
|
|
|
|
)
|
|
|
|
type APIserver struct {
|
|
Server_port string
|
|
} |