Skip to content

Commit

Permalink
api interface for jimm
Browse files Browse the repository at this point in the history
  • Loading branch information
ale8k committed Jun 18, 2024
1 parent 91082c3 commit 7b68f63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/jimm/jimm.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ type API interface {

// ListStorageDetails lists all storage.
ListStorageDetails(ctx context.Context) ([]jujuparams.StorageDetails, error)

ListModelSummaries(ctx context.Context, args *jujuparams.ModelSummariesRequest, out *jujuparams.ModelSummaryResults) error
}

// forEachController runs a given function on multiple controllers
Expand Down

0 comments on commit 7b68f63

Please sign in to comment.