| 197 | } |
| 198 | |
| 199 | type StaticFilePluginOptions struct { |
| 200 | Type string `json:"type,omitempty"` |
| 201 | LocalPath string `json:"localPath,omitempty"` |
| 202 | StripPrefix string `json:"stripPrefix,omitempty"` |
| 203 | HTTPUser string `json:"httpUser,omitempty"` |
| 204 | HTTPPassword string `json:"httpPassword,omitempty"` |
| 205 | } |
| 206 | |
| 207 | func (o *StaticFilePluginOptions) Complete() {} |
| 208 |
nothing calls this directly
no outgoing calls
no test coverage detected