theme.go 139 B

1234567
  1. package model
  2. // ThemeInfo theme info.
  3. type ThemeInfo struct {
  4. SID int64 `json:"sid"`
  5. IsActivated int64 `json:"is_activated"`
  6. }