package model // MangerInfo struct type MangerInfo struct { OID int64 `json:"id"` Uname string `json:"username"` }