MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / GetDirectives

Method GetDirectives

agent/utils/nginx/components/statement.go:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3type IBlock interface {
4 GetDirectives() []IDirective
5 FindDirectives(directiveName string) []IDirective
6 RemoveDirective(name string, params []string)
7 UpdateDirective(name string, params []string)

Callers 15

DumpBlockFunction · 0.65
NewServerFunction · 0.65
NewHttpFunction · 0.65
NewLuaBlockFunction · 0.65
NewLocationFunction · 0.65
NewUpstreamFunction · 0.65
GetLoadBalancesMethod · 0.65
UpdateLoadBalanceMethod · 0.65
getRootProxyDirectivesFunction · 0.65
GetAllowIpsFunction · 0.65
ConfigAIProxyFunction · 0.65
GetProxyCacheMethod · 0.65

Implementers 6

Serveragent/utils/nginx/components/server.go
Httpagent/utils/nginx/components/http.go
LuaBlockagent/utils/nginx/components/lua_block
Locationagent/utils/nginx/components/location.
Upstreamagent/utils/nginx/components/upstream.
Blockagent/utils/nginx/components/block.go

Calls

no outgoing calls

Tested by

no test coverage detected