10 lines
206 B
Go
10 lines
206 B
Go
package transaction
|
|
|
|
//go:generate stringer -type=AttrUsage
|
|
|
|
// AttrUsage represents the purpose of the attribute.
|
|
type AttrUsage uint8
|
|
|
|
// List of valid attribute usages (none for preview3).
|
|
//const (
|
|
//)
|