mirror of
https://github.com/darmiel/yaxc.git
synced 2025-09-06 22:44:46 +08:00
5 lines
51 B
Go
5 lines
51 B
Go
package api
|
|
|
|
type API struct {
|
|
ServerURL string
|
|
}
|