()
| 77 | // Server functions |
| 78 | GetMetrics() (metrics string, err error) |
| 79 | GetServer() (server *api.Server, ETag string, err error) |
| 80 | GetServerResources() (resources *api.Resources, err error) |
| 81 | UpdateServer(server api.ServerPut, ETag string) (err error) |
| 82 | ApplyServerPreseed(config api.InitPreseed) error |
no outgoing calls