add variable and method comments
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package providers defines the provider interface for fetching metal resources.
|
||||
package providers
|
||||
|
||||
import (
|
||||
@@ -8,6 +9,7 @@ import (
|
||||
"go.equinixmetal.net/infra9-metal-bridge/internal/metal/models"
|
||||
)
|
||||
|
||||
// Provider defines the provider implementation.
|
||||
type Provider interface {
|
||||
GetOrganizationDetails(ctx context.Context, id gidx.PrefixedID) (*models.OrganizationDetails, error)
|
||||
GetProjectDetails(ctx context.Context, id gidx.PrefixedID) (*models.ProjectDetails, error)
|
||||
|
||||
Reference in New Issue
Block a user