request.go 82 B

1234567
  1. package engine
  2. type (
  3. GenPolicyJsonBody struct {
  4. Dir string `json:"dir"`
  5. }
  6. )