()
| 75 | } |
| 76 | |
| 77 | func ExampleAuthorized() { |
| 78 | // Assume this comes from a hypothetical inter-cluster RPC call. |
| 79 | var ctx context.Context |
| 80 | |
| 81 | if err := cluster.Authorized(ctx); err != nil { |
| 82 | // return err |
| 83 | } |
| 84 | } |
nothing calls this directly
no test coverage detected