Documentation
¶
Index ¶
Constants ¶
View Source
const (
CodeConfigNotFound = "CONFIG_NOT_FOUND"
)
Variables ¶
View Source
var (
ErrorBadRegistryURL = errors.New("The image URL must have 3 components in the format of " + global.ReplicateRegistryHost + "/your-username/your-model")
)
Functions ¶
func IsConfigNotFound ¶
Types ¶
type CodedError ¶
type CodedError interface {
Code() string
}
Click to show internal directories.
Click to hide internal directories.