-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced custom template manager with go:embed. Releasing v0.8.0
- Loading branch information
Showing
13 changed files
with
22 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...angedbui/pkg/templatemanager/functions.go → pkg/rangedbui/functions.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package templatemanager | ||
package rangedbui | ||
|
||
import ( | ||
"encoding/json" | ||
|
65 changes: 0 additions & 65 deletions
65
pkg/rangedbui/pkg/templatemanager/provider/filesystemtemplate/filesystem_template_manager.go
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
...edbui/pkg/templatemanager/provider/filesystemtemplate/filesystem_template_manager_test.go
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...platemanager/provider/filesystemtemplate/testdata/invalid_templates/invalid-template.html
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.../templatemanager/provider/filesystemtemplate/testdata/valid_templates/valid-template.html
This file was deleted.
Oops, something went wrong.
90 changes: 0 additions & 90 deletions
90
pkg/rangedbui/pkg/templatemanager/provider/memorytemplate/memory_template_manager.go
This file was deleted.
Oops, something went wrong.
108 changes: 0 additions & 108 deletions
108
pkg/rangedbui/pkg/templatemanager/provider/memorytemplate/memory_template_manager_test.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.