This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
||||
)
|
||||
|
||||
type Safe struct {
|
||||
SafeId int `db:"SafeId"`
|
||||
SafeName string `db:"SafeName"`
|
||||
SafeId int `db:"SafeId" json:"safeId"`
|
||||
SafeName string `db:"SafeName" json:"safeName"`
|
||||
}
|
||||
|
||||
// SafeGetByName queries the database for the specified safe name
|
||||
|
Reference in New Issue
Block a user