PublicKey is an abstraction of different types of public keys.
| 4 | |
| 5 | // PublicKey is an abstraction of different types of public keys. |
| 6 | type PublicKey interface { |
| 7 | gossh.PublicKey |
| 8 | } |
| 9 | |
| 10 | // The Permissions type holds fine-grained permissions that are specific to a |
| 11 | // user or a specific authentication method for a user. Permissions, except for |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…