Skip to content

Commit

Permalink
lxd/api: Sort list of endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Aug 16, 2018
1 parent 2fe26dd commit 1f6395f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions lxd/api_1.0.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,49 +29,49 @@ var api10Cmd = Command{
}

var api10 = []Command{
containersCmd,
aliasCmd,
aliasesCmd,
api10Cmd,
certificateFingerprintCmd,
certificatesCmd,
clusterCmd,
clusterNodeCmd,
clusterNodesCmd,
containerCmd,
containerConsoleCmd,
containerStateCmd,
containerExecCmd,
containerFileCmd,
containerLogsCmd,
containerLogCmd,
containerSnapshotsCmd,
containerSnapshotCmd,
containerExecCmd,
containerLogsCmd,
containerMetadataCmd,
containerMetadataTemplatesCmd,
aliasCmd,
aliasesCmd,
containersCmd,
containerSnapshotCmd,
containerSnapshotsCmd,
containerStateCmd,
eventsCmd,
imageCmd,
imagesCmd,
imageExportCmd,
imageSecretCmd,
imageRefreshCmd,
operationsCmd,
imagesCmd,
imageSecretCmd,
networkCmd,
networkLeasesCmd,
networksCmd,
operationCmd,
operationsCmd,
operationWait,
operationWebsocket,
networksCmd,
networkCmd,
networkLeasesCmd,
api10Cmd,
certificatesCmd,
certificateFingerprintCmd,
profilesCmd,
profileCmd,
profilesCmd,
serverResourceCmd,
serverResourceCmd,
storagePoolsCmd,
storagePoolCmd,
storagePoolResourcesCmd,
storagePoolsCmd,
storagePoolVolumesCmd,
storagePoolVolumesTypeCmd,
storagePoolVolumeTypeCmd,
serverResourceCmd,
clusterCmd,
clusterNodesCmd,
clusterNodeCmd,
}

func api10Get(d *Daemon, r *http.Request) Response {
Expand Down

0 comments on commit 1f6395f

Please sign in to comment.