MCPcopy Index your code
hub / github.com/foxcpp/maddy / File

Struct File

internal/table/file.go:40–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38const FileModName = "table.file"
39
40type File struct {
41 instName string
42 file string
43
44 m map[string][]string
45 mLck sync.RWMutex
46 mStamp time.Time
47
48 stopReloader chan struct{}
49 forceReload chan struct{}
50
51 log *log.Logger
52}
53
54func NewFile(c *container.C, modName, instName string) (module.Module, error) {
55 m := &File{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected