Path encapsulates cheatsheet path information
| 4 | |
| 5 | // Path encapsulates cheatsheet path information |
| 6 | type Path struct { |
| 7 | Name string `yaml:"name"` |
| 8 | Path string `yaml:"path"` |
| 9 | ReadOnly bool `yaml:"readonly"` |
| 10 | Tags []string `yaml:"tags"` |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected