| 299 | } |
| 300 | |
| 301 | type MainServer struct { |
| 302 | OID string `json:"oid"` |
| 303 | Version int `json:"version"` |
| 304 | Meta MetaMapType `json:"meta"` |
| 305 | JwtPrivateKey string `json:"jwtprivatekey"` // base64 |
| 306 | JwtPublicKey string `json:"jwtpublickey"` // base64 |
| 307 | } |
| 308 | |
| 309 | func (*MainServer) GetOType() string { |
| 310 | return OType_MainServer |
nothing calls this directly
no outgoing calls
no test coverage detected