Skip to content

Commit

Permalink
feat(plan): add plan section support
Browse files Browse the repository at this point in the history
  • Loading branch information
flotter committed Jul 29, 2024
1 parent 6bbc91a commit 3438327
Show file tree
Hide file tree
Showing 6 changed files with 915 additions and 57 deletions.
20 changes: 20 additions & 0 deletions internals/plan/export_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Copyright (c) 2024 Canonical Ltd
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 3 as
// published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

package plan

// ResetLayerExtensions resets the global state between tests.
func ResetLayerExtensions() {
layerExtensions = map[string]LayerSectionExtension{}
}
Loading

0 comments on commit 3438327

Please sign in to comment.