Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RemoteFile ¶
type RemoteFile struct { URI string // contains filtered or unexported fields }
func NewRemoteFile ¶
func NewRemoteFile(uri, sha256sum string) *RemoteFile
func (*RemoteFile) GetSha256Sum ¶
func (r *RemoteFile) GetSha256Sum() string
func (*RemoteFile) GetSourceFilename ¶
func (r *RemoteFile) GetSourceFilename() (string, error)
Click to show internal directories.
Click to hide internal directories.