ProgramPath sets the path to find mtail programs in the Server.
| 25 | |
| 26 | // ProgramPath sets the path to find mtail programs in the Server. |
| 27 | type ProgramPath string |
| 28 | |
| 29 | func (opt ProgramPath) apply(m *Server) error { |
| 30 | m.programPath = filepath.Clean(string(opt)) |
no outgoing calls
no test coverage detected