MCPcopy
hub / github.com/NVIDIA/aistore / Opts

Interface Opts

cmn/jsp/opts.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 Indent bool // Determines if the JSON should be indented. Useful for CLI config.
19 }
20 Opts interface {
21 JspOpts() Options
22 }
23)
24
25func Plain() Options { return Options{} }

Callers 8

SaveMetaFunction · 0.65
LoadMetaFunction · 0.65
_encodeMethod · 0.65
_encodeMethod · 0.65
extractConfigMethod · 0.65
extractEtlMDMethod · 0.65
extractSmapMethod · 0.65
extractBMDMethod · 0.65

Implementers 12

MDetl/emd.go
ClusterConfigcmn/config.go
LocalConfigcmn/config.go
ConfigToUpdatecmn/config.go
v1ClusterConfigcmn/v1config.go
VMDvolume/vmd.go
Configapi/authn/config.go
TokenMsgapi/authn/entity.go
v1BMDais/v1bmd.go
BMDcluster/bmd.go
Smapcluster/map.go
RMDcluster/rmd.go

Calls

no outgoing calls

Tested by

no test coverage detected