Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("project not found")
Functions ¶
This section is empty.
Types ¶
type FSProjects ¶
type FSProjects struct {
// contains filtered or unexported fields
}
func NewFSProjects ¶
func NewFSProjects(sourcePath string) (*FSProjects, error)
func (*FSProjects) List ¶
func (p *FSProjects) List() []Project
func (*FSProjects) NeedReload ¶
func (p *FSProjects) NeedReload() bool
func (*FSProjects) Reload ¶
func (p *FSProjects) Reload() error
func (*FSProjects) TryReload ¶
func (p *FSProjects) TryReload()
type StaticProjects ¶
type StaticProjects struct {
// contains filtered or unexported fields
}
func NewStaticProjects ¶
func NewStaticProjects(rawData []byte) (*StaticProjects, error)
func (*StaticProjects) List ¶
func (p *StaticProjects) List() []Project
Click to show internal directories.
Click to hide internal directories.