Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GeneralLoader ¶
type GeneralLoader struct {
// contains filtered or unexported fields
}
func NewGeneralLoader ¶
func NewGeneralLoader(filePath string) (*GeneralLoader, error)
func (*GeneralLoader) Loader ¶
func (l *GeneralLoader) Loader() Loader
Loader simply return the concrete underlyin loader that GeneralLoader has detected and will be using going forward.
type LocalLoader ¶
type LocalLoader struct {
// contains filtered or unexported fields
}
func NewLocalLoader ¶
func NewLocalLoader(path string) *LocalLoader
type RemoteLoader ¶
type RemoteLoader struct {
// contains filtered or unexported fields
}
func NewRemoteLoader ¶
func NewRemoteLoader(path string) *RemoteLoader
Click to show internal directories.
Click to hide internal directories.