(opts *PolicyInitOpts, actionOpts *ActionsOpts)
| 35 | } |
| 36 | |
| 37 | func NewPolicyInit(opts *PolicyInitOpts, actionOpts *ActionsOpts) (*PolicyInit, error) { |
| 38 | return &PolicyInit{ |
| 39 | ActionsOpts: actionOpts, |
| 40 | opts: opts, |
| 41 | }, nil |
| 42 | } |
| 43 | |
| 44 | func (action *PolicyInit) Run() error { |
| 45 | initOpts := &policydevel.InitOptions{ |
no outgoing calls
no test coverage detected