Documentation
¶
Index ¶
- type MdPaths
- func (p *MdPaths) GetAll() []string
- func (p *MdPaths) GetBaseDirPath() string
- func (p *MdPaths) GetPageDir(path string) string
- func (p *MdPaths) GetPageName(path string) string
- func (p *MdPaths) Map(fn func(fPath string) interface{}) []interface{}
- func (p *MdPaths) MapFileContent(fn func(fPath string, fData []byte) interface{}) ([]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MdPaths ¶
type MdPaths struct {
// contains filtered or unexported fields
}
NewMdPaths関数により生成すること
func NewMdPaths ¶
func (*MdPaths) GetBaseDirPath ¶
func (*MdPaths) GetPageName ¶
pathからふぁいる拡張子と、baseDir魔での文字列を除去する
Click to show internal directories.
Click to hide internal directories.