| 136 | } |
| 137 | |
| 138 | type Access struct { |
| 139 | Key string |
| 140 | Group string |
| 141 | Name string |
| 142 | Cname string |
| 143 | Desc string |
| 144 | } |
| 145 | |
| 146 | func empty(key string) *Access { |
| 147 | group, name := readKey(key) |
nothing calls this directly
no outgoing calls
no test coverage detected