feat: add conversion methods from schema to hcloud objects #678
Annotations
10 errors
Run go test -v ./...:
hcloud/schema_gen_test.go#L38
cannot use c.ActionFromSchema(s) (value of type *Action) as type Action in argument to c.SchemaFromAction
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L41
cannot use a (variable of type *Action) as type Action in argument to c.SchemaFromAction
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L105
cannot use c.FloatingIPFromSchema(s) (value of type *FloatingIP) as type FloatingIP in argument to c.SchemaFromFloatingIP
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L108
cannot use ip (variable of type *FloatingIP) as type FloatingIP in argument to c.SchemaFromFloatingIP
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L140
cannot use c.FloatingIPFromSchema(s) (value of type *FloatingIP) as type FloatingIP in argument to c.SchemaFromFloatingIP
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L143
cannot use ip (variable of type *FloatingIP) as type FloatingIP in argument to c.SchemaFromFloatingIP
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L200
cannot use c.PrimaryIPFromSchema(s) (value of type *PrimaryIP) as type PrimaryIP in argument to c.SchemaFromPrimaryIP
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L203
cannot use ip (variable of type *PrimaryIP) as type PrimaryIP in argument to c.SchemaFromPrimaryIP
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L258
cannot use c.PrimaryIPFromSchema(s) (value of type *PrimaryIP) as type PrimaryIP in argument to c.SchemaFromPrimaryIP
|
Run go test -v ./...:
hcloud/schema_gen_test.go#L261
cannot use ip (variable of type *PrimaryIP) as type PrimaryIP in argument to c.SchemaFromPrimaryIP
|
The logs for this run have expired and are no longer available.
Loading