go-lemmy/types/secret.gen.go

7 lines
172 B
Go
Raw Normal View History

package types
type Secret struct {
ID int32 `json:"id,omitempty" url:"id,omitempty"`
JwtSecret string `json:"jwt_secret,omitempty" url:"jwt_secret,omitempty"`
}