Return int32 for uid
This commit is contained in:
parent
0aa15c0759
commit
95c3e508c9
@ -70,8 +70,7 @@ func (m *Machine) SetMachineState(state *core.MachineState) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
// UID implements core.Machine
|
||||
func (m *Machine) UID() (userId int, err error) {
|
||||
func (m *Machine) UID() (userId int32, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user