Skip to content

Commit

Permalink
add toml tags
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Catalano <rj@monax.io>
  • Loading branch information
RJ Catalano committed Feb 17, 2017
1 parent 9c2e882 commit 569d5cb
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 375 deletions.
4 changes: 2 additions & 2 deletions auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ func authConfigs(confs map[string]dockerConfig) (*AuthConfigurations, error) {

// AuthStatus returns the authentication status for Docker API versions >= 1.23.
type AuthStatus struct {
Status string `json:"Status,omitempty" yaml:"Status,omitempty"`
IdentityToken string `json:"IdentityToken,omitempty" yaml:"IdentityToken,omitempty"`
Status string `json:"Status,omitempty" yaml:"Status,omitempty" toml:"Status,omitempty"`
IdentityToken string `json:"IdentityToken,omitempty" yaml:"IdentityToken,omitempty" toml:"IdentityToken,omitempty"`
}

// AuthCheck validates the given credentials. It returns nil if successful.
Expand Down
Loading

0 comments on commit 569d5cb

Please sign in to comment.