This website requires JavaScript.
Explore
Help
Sign In
nick12
/
hmn
forked from
hmn/hmn
Watch
1
Fork
You've already forked hmn
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
02d51a8bfe
hmn
/
src
/
models
/
persistent_vars.go
7 lines
99 B
Go
Raw
Blame
History
package
models
type
PersistentVar
struct
{
Name
string
`
db:"name"
`
Value
string
`
db:"value"
`
}
Reference in New Issue
View Git Blame
Copy Permalink