(name string)
| 19 | ReadJSON(ctx context.Context, path string) (data []byte, err error) |
| 20 | WriteJSON(ctx context.Context, path string, data []byte) (err error) |
| 21 | CleanName(name string) string |
| 22 | } |
| 23 | |
| 24 | type filesystem struct{} |
no outgoing calls
no test coverage detected