MCPcopy
hub / github.com/go-task/task / TaskfileNotSecureError

Struct TaskfileNotSecureError

errors/errors_taskfile.go:103–105  ·  view source on GitHub ↗

TaskfileNotSecureError is returned when the user attempts to download a remote Taskfile over an insecure connection.

Source from the content-addressed store, hash-verified

101// TaskfileNotSecureError is returned when the user attempts to download a
102// remote Taskfile over an insecure connection.
103type TaskfileNotSecureError struct {
104 URI string
105}
106
107func (err *TaskfileNotSecureError) Error() string {
108 return fmt.Sprintf(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected