MCPcopy
hub / github.com/fatedier/frp / StaticFilePluginOptions

Struct StaticFilePluginOptions

pkg/config/v1/proxy_plugin.go:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199type 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
207func (o *StaticFilePluginOptions) Complete() {}
208

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected