Documentation
¶
Index ¶
- type Filter
- type Repository
- func (r *Repository) AddData(l []string) error
- func (r *Repository) Count() (int, error)
- func (r *Repository) Filepath() string
- func (r *Repository) Filter(fs []*Filter) ([][]string, error)
- func (r *Repository) GetData() ([][]string, error)
- func (r *Repository) GetHeaders() ([]string, error)
- func (r *Repository) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(filepath string) *Repository
func (*Repository) AddData ¶
func (r *Repository) AddData(l []string) error
func (*Repository) Count ¶
func (r *Repository) Count() (int, error)
func (*Repository) Filepath ¶
func (r *Repository) Filepath() string
func (*Repository) GetData ¶
func (r *Repository) GetData() ([][]string, error)
func (*Repository) GetHeaders ¶
func (r *Repository) GetHeaders() ([]string, error)
func (*Repository) Type ¶
func (r *Repository) Type() string
Click to show internal directories.
Click to hide internal directories.