Documentation ¶
Index ¶
- type RemoteFile
- func (f *RemoteFile) AvailabilityChanges() bool
- func (f *RemoteFile) ConfigRoot() string
- func (f *RemoteFile) FetchMetadata() (datasource.Metadata, error)
- func (f *RemoteFile) FetchUserdata() ([]byte, error)
- func (f *RemoteFile) Finish() error
- func (f *RemoteFile) IsAvailable() bool
- func (f *RemoteFile) String() string
- func (f *RemoteFile) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteFile ¶
type RemoteFile struct {
// contains filtered or unexported fields
}
func NewDatasource ¶
func NewDatasource(url string) *RemoteFile
func (*RemoteFile) AvailabilityChanges ¶
func (f *RemoteFile) AvailabilityChanges() bool
func (*RemoteFile) ConfigRoot ¶
func (f *RemoteFile) ConfigRoot() string
func (*RemoteFile) FetchMetadata ¶
func (f *RemoteFile) FetchMetadata() (datasource.Metadata, error)
func (*RemoteFile) FetchUserdata ¶
func (f *RemoteFile) FetchUserdata() ([]byte, error)
func (*RemoteFile) Finish ¶
func (f *RemoteFile) Finish() error
func (*RemoteFile) IsAvailable ¶
func (f *RemoteFile) IsAvailable() bool
func (*RemoteFile) String ¶
func (f *RemoteFile) String() string
func (*RemoteFile) Type ¶
func (f *RemoteFile) Type() string
Click to show internal directories.
Click to hide internal directories.