MCPcopy
hub / github.com/hatchet-dev/hatchet / NamedTaskImpl

Struct NamedTaskImpl

pkg/v1/task/task.go:18–20  ·  view source on GitHub ↗

Deprecated: NamedTaskImpl is part of the old generics-based v1 Go SDK. Use the new Go SDK at github.com/hatchet-dev/hatchet/sdks/go instead. Migration guide: https://docs.hatchet.run/home/migration-guide-go

Source from the content-addressed store, hash-verified

16// Deprecated: NamedTaskImpl is part of the old generics-based v1 Go SDK.
17// Use the new Go SDK at github.com/hatchet-dev/hatchet/sdks/go instead. Migration guide: https://docs.hatchet.run/home/migration-guide-go
18type NamedTaskImpl struct {
19 Name string
20}
21
22// Deprecated: TaskBase is part of the old generics-based v1 Go SDK.
23// Use the new Go SDK at github.com/hatchet-dev/hatchet/sdks/go instead. Migration guide: https://docs.hatchet.run/home/migration-guide-go

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected