go-lemmy/types/secret.gen.go

10 lines
292 B
Go
Raw Normal View History

// Source: lemmy/crates/db_schema/src/source/secret.rs
2023-04-21 02:27:38 +00:00
// Code generated by go.elara.ws/go-lemmy/cmd/gen (struct generator). DO NOT EDIT.
2023-01-07 22:45:01 +00:00
package types
type Secret struct {
ID int32 `json:"id" url:"id,omitempty"`
2023-01-07 22:45:01 +00:00
JWTSecret string `json:"jwt_secret" url:"jwt_secret,omitempty"`
}