Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ip2intMust ¶
func MimeTypeByExt ¶ added in v0.5.4
Types ¶
type BuilderPath ¶ added in v0.7.0
type BuilderPath struct {
// contains filtered or unexported fields
}
func NewBuilderPath ¶ added in v0.7.0
func NewBuilderPath(basePath string) *BuilderPath
NewBuilderPath - sample /dir/{{path}}/postfix -> /dir/real-value/postfix
func NewBuilderPathWithPlaceholder ¶ added in v0.8.0
func NewBuilderPathWithPlaceholder(basePath, placeholder string) *BuilderPath
func (*BuilderPath) FullPath ¶ added in v0.7.0
func (p *BuilderPath) FullPath(path string) string
Click to show internal directories.
Click to hide internal directories.