initial commit
This commit is contained in:
12
internal/metal/providers/emgql/projects.go
Normal file
12
internal/metal/providers/emgql/projects.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package emgql
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"go.equinixmetal.net/infra9-metal-bridge/internal/metal/models"
|
||||
"go.infratographer.com/x/gidx"
|
||||
)
|
||||
|
||||
func (c *Client) GetProjectDetails(ctx context.Context, id gidx.PrefixedID) (*models.ProjectDetails, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user