Skip to content

Commit

Permalink
Merge pull request #152 from SimonRichardson/expose-application-setters
Browse files Browse the repository at this point in the history
#152

It's handy to expose the application getters and setters. That way we can work with the interface.
  • Loading branch information
jujubot authored Jul 31, 2024
2 parents 62f37b7 + 776b6fb commit ddadbea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ type Application interface {
CharmManifest() CharmManifest
SetCharmManifest(CharmManifestArgs)

CharmActions() CharmActions
SetCharmActions(CharmActionsArgs)

CharmConfigs() CharmConfigs
SetCharmConfigs(CharmConfigsArgs)

Tools() AgentTools
SetTools(AgentToolsArgs)

Expand Down

0 comments on commit ddadbea

Please sign in to comment.