Documentation
¶
Index ¶
- func New(cfg config.Config, s *data.DataSet) data.Convertor
- type Convertor
- func (c *Convertor) Config() config.Config
- func (c *Convertor) Description() string
- func (c *Convertor) Download() (string, error)
- func (c *Convertor) Extract(path string) error
- func (c *Convertor) InitSfga() (sfga.Archive, error)
- func (c *Convertor) Label() string
- func (c *Convertor) ManualSteps() bool
- func (c *Convertor) Name() string
- func (c *Convertor) ToSfga(_ sfga.Archive) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Convertor ¶
type Convertor struct {
// contains filtered or unexported fields
}
Convertor implements default methods of data.Convertor interface.
func (*Convertor) Description ¶
func (*Convertor) ManualSteps ¶
Click to show internal directories.
Click to hide internal directories.