PolicyController create a policy handler used to handle request for policy resource.
| 11 | |
| 12 | // PolicyController create a policy handler used to handle request for policy resource. |
| 13 | type PolicyController struct { |
| 14 | srv srvv1.Service |
| 15 | } |
| 16 | |
| 17 | // NewPolicyController creates a policy handler. |
| 18 | func NewPolicyController(store store.Factory) *PolicyController { |
nothing calls this directly
no outgoing calls
no test coverage detected