Documentation
¶
Index ¶
- type Service
- func (l *Service) Download(ctx context.Context, path string) ([]byte, error)
- func (l *Service) Exists(ctx context.Context, path string) (bool, error)
- func (l *Service) GetURL(path string) string
- func (l *Service) List(ctx context.Context, path string) ([]string, error)
- func (l *Service) Load(ctx context.Context, path string, v interface{}) error
- func (l *Service) LoadWithURL(ctx context.Context, URL string, v interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service represents a YAML loader that can resolve $import directives.
Click to show internal directories.
Click to hide internal directories.