Skip to content

Support additional types #50

@sheb-gregor

Description

@sheb-gregor

It would be great to support different types as config fields, not only string.
So let's add additional types along with the default noble.Secret.

For example:

  • noble.Int
  • noble.Int32
  • noble.Int64
  • noble.Uint
  • noble.Uint32
  • noble.Uint64
  • noble.Float32
  • noble.Float64
  • Slices and Maps.
  • Generic type for any custom user type.

Here can be found a nice example: https://github.com/urfave/cli.

Limitation

The minimal required version of Go should be upgraded to go 1.18.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions