Simulot/issue205 #70
Annotations
10 errors
golangci-lint:
helpers/configuration/config.go#L1
: # github.com/simulot/immich-go/helpers/configuration
|
golangci-lint:
helpers/configuration/ui.go#L67
cannot use t (variable of type textinput.Model) as tea.Model value in assignment: textinput.Model does not implement tea.Model (missing method Init)
|
golangci-lint:
helpers/configuration/ui.go#L110
m.inputs[i].Focus undefined (type tea.Model has no field or method Focus)
|
golangci-lint:
helpers/configuration/ui.go#L111
m.inputs[i].PromptStyle undefined (type tea.Model has no field or method PromptStyle)
|
golangci-lint:
helpers/configuration/ui.go#L112
m.inputs[i].TextStyle undefined (type tea.Model has no field or method TextStyle)
|
golangci-lint:
helpers/configuration/ui.go#L116
m.inputs[i].Blur undefined (type tea.Model has no field or method Blur)
|
golangci-lint:
helpers/configuration/ui.go#L117
m.inputs[i].PromptStyle undefined (type tea.Model has no field or method PromptStyle)
|
golangci-lint:
helpers/configuration/ui.go#L118
m.inputs[i].TextStyle undefined (type tea.Model has no field or method TextStyle) (typecheck)
|
golangci-lint:
cmd/shared.go#L13
could not import github.com/simulot/immich-go/helpers/configuration (-: # github.com/simulot/immich-go/helpers/configuration
|
golangci-lint:
helpers/configuration/ui.go#L67
cannot use t (variable of type textinput.Model) as tea.Model value in assignment: textinput.Model does not implement tea.Model (missing method Init)
|
Loading