Documentation
¶
Index ¶
- func NewChannelNotFoundLocallyErr(repoName, group, channel string) error
- func NewChannelReleaseNotFoundLocallyErr(repoName, group, channel, release string) error
- func NewChannelReleaseSeveralFilesFoundErr(repoName, group, channel, release string, names []string) error
- type ChannelNotFoundLocallyErr
- type ChannelReleaseBinSeveralFilesFoundErr
- type ChannelReleaseNotFoundLocallyErr
- type Client
- func (c Client) ExecChannelReleaseBin(group, channel string, optionalBinName string, args []string) error
- func (c Client) GetChannelReleaseBinDir(group, channel string) (dir string, err error)
- func (c Client) GetChannelReleaseDir(group, channel string) (dir string, err error)
- func (c Client) Setup(rootVersion int64, rootSha512 string) error
- func (c Client) UpdateChannel(group, channel string) error
- func (c Client) UseChannelReleaseBinDir(group, channel, shell string, asFile bool) error
- type TufInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelNotFoundLocallyErr ¶
func (ChannelNotFoundLocallyErr) Error ¶
func (e ChannelNotFoundLocallyErr) Error() string
type ChannelReleaseBinSeveralFilesFoundErr ¶
type ChannelReleaseBinSeveralFilesFoundErr struct {
RepoName string
Release string
Group string
Channel string
Names []string
}
func (ChannelReleaseBinSeveralFilesFoundErr) Error ¶
func (e ChannelReleaseBinSeveralFilesFoundErr) Error() string
type ChannelReleaseNotFoundLocallyErr ¶
type ChannelReleaseNotFoundLocallyErr struct {
RepoName string
Release string
Group string
Channel string
}
func (ChannelReleaseNotFoundLocallyErr) Error ¶
func (e ChannelReleaseNotFoundLocallyErr) Error() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) ExecChannelReleaseBin ¶
func (Client) GetChannelReleaseBinDir ¶
func (Client) GetChannelReleaseDir ¶
func (Client) UpdateChannel ¶
Click to show internal directories.
Click to hide internal directories.