MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / NewSetting

Function NewSetting

internal/plugins/plugin.go:142–147  ·  view source on GitHub ↗
(envVariable string, required bool)

Source from the content-addressed store, hash-verified

140}
141
142func NewSetting(envVariable string, required bool) *Setting {
143 return &Setting{
144 EnvVariable: envVariable,
145 Required: required,
146 }
147}
148
149// In plugins/plugin.go
150

Callers 1

AddSettingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected