Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
chore: remove GetConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Sep 26, 2021
1 parent 9de7ef3 commit 1e5a4a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
)

type Plugin interface {
GetConfig() PluginConfig
Setup()
Deploy(project Project)
Destroy(project Project)
Expand Down

0 comments on commit 1e5a4a2

Please sign in to comment.