Documentation
¶
Index ¶
- type StaticStore
- func (s *StaticStore) GetAssetsFolder() *paths.Path
- func (s *StaticStore) GetBrickApiDocPathFromID(brickID string) (string, error)
- func (s *StaticStore) GetBrickCodeExamplesPathFromID(brickID string) (paths.PathList, error)
- func (s *StaticStore) GetBrickComposeFilePathFromID(brickID string) (*paths.Path, error)
- func (s *StaticStore) GetBrickReadmeFromID(brickID string) (string, error)
- func (s *StaticStore) GetComposeFolder() *paths.Path
- func (s *StaticStore) SaveComposeFolderTo(dst string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticStore ¶
type StaticStore struct {
// contains filtered or unexported fields
}
func NewStaticStore ¶
func NewStaticStore(baseDir string) *StaticStore
func (*StaticStore) GetAssetsFolder ¶
func (s *StaticStore) GetAssetsFolder() *paths.Path
func (*StaticStore) GetBrickApiDocPathFromID ¶
func (s *StaticStore) GetBrickApiDocPathFromID(brickID string) (string, error)
func (*StaticStore) GetBrickCodeExamplesPathFromID ¶
func (s *StaticStore) GetBrickCodeExamplesPathFromID(brickID string) (paths.PathList, error)
func (*StaticStore) GetBrickComposeFilePathFromID ¶
func (s *StaticStore) GetBrickComposeFilePathFromID(brickID string) (*paths.Path, error)
func (*StaticStore) GetBrickReadmeFromID ¶
func (s *StaticStore) GetBrickReadmeFromID(brickID string) (string, error)
func (*StaticStore) GetComposeFolder ¶
func (s *StaticStore) GetComposeFolder() *paths.Path
func (*StaticStore) SaveComposeFolderTo ¶
func (s *StaticStore) SaveComposeFolderTo(dst string) error
Click to show internal directories.
Click to hide internal directories.