MCPcopy Create free account
hub / github.com/dagger/dagger / AsService

Method AsService

toolchains/engine-dev/internal/dagger/dagger.gen.go:849–855  ·  view source on GitHub ↗

Retrieve the binding value, as type Service

()

Source from the content-addressed store, hash-verified

847
848// Retrieve the binding value, as type Service
849func (r *Binding) AsService() *Service {
850 q := r.query.Select("asService")
851
852 return &Service{
853 query: q,
854 }
855}
856
857// Retrieve the binding value, as type Socket
858func (r *Binding) AsSocket() *Socket {

Callers 4

testContainerMethod · 0.45
registryFunction · 0.45
privateRegistryFunction · 0.45
ServiceMethod · 0.45

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected