Documentation
¶
Index ¶
Constants ¶
View Source
const ConnectionTimeout = 30 * time.Second
Variables ¶
This section is empty.
Functions ¶
func InitTemplateFS ¶
Types ¶
type EmbedFileProvider ¶
type EmbedFileProvider struct {
// contains filtered or unexported fields
}
func NewEmbedFileProvider ¶
func NewEmbedFileProvider(p string) *EmbedFileProvider
type LocalFileProvider ¶
type LocalFileProvider struct {
// contains filtered or unexported fields
}
func NewLocalFileProvider ¶
func NewLocalFileProvider(p string) *LocalFileProvider
type RemoteFileProvider ¶
type RemoteFileProvider struct {
// contains filtered or unexported fields
}
func NewRemoteFileProvider ¶
func NewRemoteFileProvider(url string) *RemoteFileProvider
Click to show internal directories.
Click to hide internal directories.