Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultEnvVarsPrefix Env config var prefix DefaultEnvVarsPrefix = "filesd_writer" // ErrWriterNotFound Error occurred when the writer is not found ErrWriterNotFound = errors.New("writer not found") )
Functions ¶
func ListAvailableWriters ¶
func ListAvailableWriters() []string
ListAvailableWriters List writer registered
Types ¶
type File ¶
type File struct {
Dest string `envconfig:"FILESD_WRITER_FILE_DEST" required:"true"`
}
File ...
Click to show internal directories.
Click to hide internal directories.