Documentation
¶
Index ¶
Constants ¶
View Source
const ( // PublicKeyAlreadyExists indicates that the authorised key already // exists for the specified user. PublicKeyAlreadyExists = errors.ConstError("public key already exists") // ImportSubjectNotFound indicates that when importing public keys for a // subject the source of the public keys has told us that this subject // does not exist. ImportSubjectNotFound = errors.ConstError("import subject not found") // InvalidPublicKey indicates a problem with a public key where it // was unable to be understood. InvalidPublicKey = errors.ConstError("invalid public key") // ReservedCommentViolation indicates that a key contains a comment that is // reserved within the Juju system and cannot be used. ReservedCommentViolation = errors.ConstError("key contains a reserved comment") // UnknownImportSource indicates that an import operation cannot occur // because the source of the information is unknown. UnknownImportSource = errors.ConstError("unknown import source") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.