MCPcopy Create free account
hub / github.com/kataras/iris / Set

Method Set

httptest/httptest.go:20–20  ·  view source on GitHub ↗

Set receives a pointer to the Configuration type and does the job of filling it

(c *Configuration)

Source from the content-addressed store, hash-verified

18 OptionSetter interface {
19 // Set receives a pointer to the Configuration type and does the job of filling it
20 Set(c *Configuration)
21 }
22 // OptionSet implements the OptionSetter
23 OptionSet func(c *Configuration)

Callers 8

TestPathParamsFunction · 0.65
DispatchMethod · 0.65
makeStructFunction · 0.65
AcquireMethod · 0.65
InjectMethod · 0.65
NewFunction · 0.65
NewInsecureFunction · 0.65

Implementers 12

memStorecache/entry/store.go
memsessions/database.go
Sessionsessions/session.go
Databasesessions/sessiondb/boltdb/database.go
Databasesessions/sessiondb/badger/database.go
Databasesessions/sessiondb/redis/database.go
GoRedisDriversessions/sessiondb/redis/driver_goredi
DB_examples/url-shortener/store.go
Uint64middleware/monitor/expvar_uint64.go
Configurationhttptest/httptest.go
Catalogi18n/internal/catalog.go
RequestParamscontext/request_params.go

Calls

no outgoing calls

Tested by 1

TestPathParamsFunction · 0.52