appApi.go 92 B

12345678
  1. package appApi
  2. type AppApi struct {
  3. AppId int
  4. Type string
  5. Host string
  6. Url string
  7. }