mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 17:20:34 +07:00
5 lines
123 B
Go
5 lines
123 B
Go
package structs
|
|
|
|
type Post struct {
|
|
title string `ui:"hidden,asd,ass=[s;s]"`
|
|
} |