~juju-qa/ubuntu/xenial/juju/xenial-2.0-beta3

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/apiserver/params/backups.go

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "time"
8
8
 
9
 
        "github.com/juju/juju/version"
 
9
        "github.com/juju/version"
10
10
)
11
11
 
12
12
// BackupsCreateArgs holds the args for the API Create method.
66
66
        Machine  string
67
67
        Hostname string
68
68
        Version  version.Number
 
69
 
 
70
        CACert       string
 
71
        CAPrivateKey string
69
72
}
70
73
 
71
74
// RestoreArgs Holds the backup file or id