8 lines
145 B
Go
8 lines
145 B
Go
package staffrepository
|
|
|
|
func (ur *StaffRepository) Update() error {
|
|
// if err := ur.DB.Update(column string, value interface{})
|
|
|
|
return nil
|
|
}
|