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

Method Apply

apps/switch_options.go:27–27  ·  view source on GitHub ↗
(*SwitchOptions)

Source from the content-addressed store, hash-verified

25 // passed to the `Switch` package-level last variadic input argument.
26 SwitchOption interface {
27 Apply(*SwitchOptions)
28 }
29
30 // SwitchOptionFunc provides a functional way to pass options

Callers 1

SwitchFunction · 0.65

Implementers 3

GRPCmvc/grpc.go
ProblemOptionscontext/problem.go
SwitchOptionsapps/switch_options.go

Calls

no outgoing calls

Tested by

no test coverage detected