This commit is contained in:
Daniel 2023-11-09 09:40:37 +08:00
parent ceb54a6c0a
commit f67061d6cf
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -19,7 +19,6 @@ package conf
type Snippet struct {
ID string `json:"id"`
Name string `json:"name"`
Memo string `json:"memo"`
Type string `json:"type"` // js/css
Enabled bool `json:"enabled"`
Content string `json:"content"`