X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/02e5a48ffda9e2014307d99720af7483f7e6ac01..458436270ce8fb80d421d55e192236c5ac4a225e:/lib/cloud/loopback/loopback.go diff --git a/lib/cloud/loopback/loopback.go b/lib/cloud/loopback/loopback.go index fb7a35beae..ed2a0050f4 100644 --- a/lib/cloud/loopback/loopback.go +++ b/lib/cloud/loopback/loopback.go @@ -130,12 +130,13 @@ type instance struct { sshService test.SSHService } -func (i *instance) ID() cloud.InstanceID { return cloud.InstanceID(i.instanceType.ProviderType) } -func (i *instance) String() string { return i.instanceType.ProviderType } -func (i *instance) ProviderType() string { return i.instanceType.ProviderType } -func (i *instance) Address() string { return i.sshService.Address() } -func (i *instance) RemoteUser() string { return i.adminUser } -func (i *instance) Tags() cloud.InstanceTags { return i.tags } +func (i *instance) ID() cloud.InstanceID { return cloud.InstanceID(i.instanceType.ProviderType) } +func (i *instance) String() string { return i.instanceType.ProviderType } +func (i *instance) ProviderType() string { return i.instanceType.ProviderType } +func (i *instance) Address() string { return i.sshService.Address() } +func (i *instance) PriceHistory() []cloud.InstancePrice { return nil } +func (i *instance) RemoteUser() string { return i.adminUser } +func (i *instance) Tags() cloud.InstanceTags { return i.tags } func (i *instance) SetTags(tags cloud.InstanceTags) error { i.tags = tags return nil