MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / config

Struct config

sdk/go/ratls/ratls.go:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47type Option func(*config)
48
49type config struct {
50 pccsURL string
51 onVerified func(*VerifyResult)
52}
53
54// WithPCCSURL sets the PCCS server URL for collateral fetching.
55func WithPCCSURL(url string) Option {

Callers 1

main.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected