package
0.0.0-20240906124643-5ce5b849629e
Repository: https://github.com/mikeydub/go-gallery.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
CollectionTokenSettingsParamsValidator checks that the input CollectionTokenSettingsParams struct is valid.
No description provided by the author
No description provided by the author
No description provided by the author
Validate validates input fields with the default validator.
ValidateFields validates input fields based on a set of predefined validation tags.
No description provided by the author
No description provided by the author

# Variables

ChainValidator ensures the specified Chain is one we support.
CreatedCollectionsValidator validates that the create collection input has valid given IDs.
No description provided by the author
EthValidator validates ethereum addresses.
HTTPValidator validates a string ensuring it is an HTTP url.
IsOptInRole designates roles that users can opt themselves into.
No description provided by the author
No description provided by the author
NonceValidator validates nonces generated by the app.
SanitizationPolicy is a policy for sanitizing user input.
SignatureValidator validates ethereum wallet signed messages.
SortedAscValidator validates that the array is sorted in ascending order.
UsernameValidator ensures that usernames are not reserved, are alphanumeric with the exception of underscores and periods, and do not contain consecutive periods or underscores.

# Structs

CollectionTokenSettingsParams are args passed to collection create and update functions that are meant to be validated together.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author