# Functions
CollectibleTypeString retrieves an enum value from the enum constants string name.
CollectibleTypeStrings returns a slice of all String values of the enum.
CollectibleTypeValues returns all values of the enum.
ExchangeTypeString retrieves an enum value from the enum constants string name.
ExchangeTypeStrings returns a slice of all String values of the enum.
ExchangeTypeValues returns all values of the enum.
GovernanceTypeString retrieves an enum value from the enum constants string name.
GovernanceTypeStrings returns a slice of all String values of the enum.
GovernanceTypeValues returns all values of the enum.
MetaverseTypeString retrieves an enum value from the enum constants string name.
MetaverseTypeStrings returns a slice of all String values of the enum.
MetaverseTypeValues returns all values of the enum.
RSSTypeString retrieves an enum value from the enum constants string name.
RSSTypeStrings returns a slice of all String values of the enum.
RSSTypeValues returns all values of the enum.
SocialTypeString retrieves an enum value from the enum constants string name.
SocialTypeStrings returns a slice of all String values of the enum.
SocialTypeValues returns all values of the enum.
TransactionTypeString retrieves an enum value from the enum constants string name.
TransactionTypeStrings returns a slice of all String values of the enum.
TransactionTypeValues returns all values of the enum.
UnknownTypeString retrieves an enum value from the enum constants string name.
UnknownTypeStrings returns a slice of all String values of the enum.
UnknownTypeValues returns all values of the enum.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
proposal.
vote.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=CollectibleType --transform=snake --trimprefix=Collectible --output collectible_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=CollectibleType --transform=snake --trimprefix=Collectible --output=../../openapi/type/Collectible.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=ExchangeType --transform=snake --trimprefix=Exchange --output exchange_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=ExchangeType --transform=snake --trimprefix=Exchange --output=../../openapi/type/Exchange.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=GovernanceType --transform=snake --trimprefix=Governance --output governance_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=GovernanceType --transform=snake --trimprefix=Governance --output=../../openapi/type/Governance.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=MetaverseType --transform=snake --trimprefix=Metaverse --output metaverse_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=MetaverseType --transform=snake --trimprefix=Metaverse --output=../../openapi/type/Metaverse.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=RSSType --transform=snake --trimprefix=RSS --output rss_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=RSSType --transform=snake --trimprefix=RSS --output=../../openapi/type/RSSType.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=SocialType --transform=snake --trimprefix=Social --output social_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=SocialType --transform=snake --trimprefix=Social --output=../../openapi/type/Social.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=TransactionType --transform=snake --trimprefix=Transaction --output transaction_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=TransactionType --transform=snake --trimprefix=Transaction --output=../../openapi/type/Transaction.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.
go:generate go run --mod=mod github.com/dmarkham/[email protected] --values --type=UnknownType --transform=snake --trimprefix=Type --output unknown_string.go --json --sqlgo:generate go run --mod=mod github.com/rss3-network/[email protected] --type=UnknownType --transform=snake --trimprefix=Type --output=../../openapi/type/Unknown.yaml -t ../../openapi/tmpl/Type.yaml.tmpl.