MCPcopy
hub / github.com/apptainer/apptainer / service

Struct service

internal/pkg/remote/endpoint/service.go:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type service struct {
74 // cfg holds the serializable service configuration.
75 cfg *ServiceConfig
76 // configMap holds additional specific service configuration key/val pairs.
77 // e.g. `registryURI` most be known for the library service to facilitate OCI-SIF push/pull/
78 configMap map[string]string
79}
80
81// URI returns the service URI.
82func (s *service) URI() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected