next: v2 release tracker #9
Annotations
10 errors
golangci-lint:
internal/api/address.go#L33
happy.NewCommand("address_info", happy.Option("description", "Address Information"), happy.Option("category", categoryAddress), happy.Option("argn.max", 100), happy.Option("usage", "koios api address_info [_addresses...] // max 100")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
|
golangci-lint:
internal/api/address.go#L70
happy.NewCommand("address_assets", happy.Option("description", "Address Assets"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api address_assets [addresses...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
|
golangci-lint:
internal/api/address.go#L108
happy.NewCommand("address_txs", happy.Option("description", "Address Transactions"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api address_txs --after-block-height 9945516 [addresses...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
|
golangci-lint:
internal/api/address.go#L149
happy.NewCommand("address_utxos", happy.Option("description", "Address UTxOs"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api address_utxos [addresses...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
|
golangci-lint:
internal/api/address.go#L174
c.koios().GetAddressUTxOs undefined (type *koios.Client has no field or method GetAddressUTxOs)
|
golangci-lint:
internal/api/address.go#L190
happy.NewCommand("credential_txs", happy.Option("description", "Transactions from payment credentials"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api credential_txs --after-block-height 6238675 [credentials...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
|
golangci-lint:
internal/api/address.go#L230
happy.NewCommand("credential_utxos", happy.Option("description", "UTxOs from payment credentials"), happy.Option("category", categoryAddress), happy.Option("argn.min", 1), happy.Option("argn.max", 50), happy.Option("usage", "koios api credential_utxos [credentials...] // max 50")).WithFlags undefined (type *happy.Command has no field or method WithFlags)
|
golangci-lint:
internal/api/address.go#L255
c.koios().GetCredentialUTxOs undefined (type *koios.Client has no field or method GetCredentialUTxOs)
|
golangci-lint:
internal/api/api.go#L52
happy.NewCommand("api", happy.Option("description", "Interact with Koios API REST endpoints"), happy.Option("before.shared", true)).WithFlags undefined (type *happy.Command has no field or method WithFlags)
|
golangci-lint:
internal/api/api.go#L65
undefined: varflag.DurationFunc
|
Loading