MCPcopy Index your code
hub / github.com/perkeep/perkeep / AppConfig

Method AppConfig

pkg/server/app/app.go:520–522  ·  view source on GitHub ↗

AppConfig returns the optional configuration parameters object that the app can request from the app handler. It can be nil.

()

Source from the content-addressed store, hash-verified

518// AppConfig returns the optional configuration parameters object that the app
519// can request from the app handler. It can be nil.
520func (a *Handler) AppConfig() map[string]interface{} {
521 return a.appConfig
522}
523
524// BackendURL returns the appBackendURL that the app handler will proxy to.
525func (a *Handler) BackendURL() string {

Callers 2

InitHandlerMethod · 0.80
initPublisherRootNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected