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
| 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 |
| 18 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected