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

Struct GitConfigResponse_Error

engine/session/git/git.pb.go:362–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 Config *GitConfig `protobuf:"bytes,1,opt,name=config,proto3,oneof" json:"config,omitempty"`
361}
362type GitConfigResponse_Error struct {
363 Error *ErrorInfo `protobuf:"bytes,2,opt,name=error,proto3,oneof" json:"error,omitempty"`
364}
365
366func (*GitConfigResponse_Config) isGitConfigResponse_Result() {}
367func (*GitConfigResponse_Error) isGitConfigResponse_Result() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected