Moved internal/ to pkg/ to make building external plugins possible

This commit is contained in:
David Allen 2024-07-10 12:11:28 -06:00
parent 075b1a1f7f
commit 7361ec739f
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
19 changed files with 4 additions and 3 deletions

View file

@ -1 +0,0 @@
package main

View file

@ -1,2 +0,0 @@
// TODO: implement a way to fetch schemas from node orchestrator
package configurator

View file

@ -108,6 +108,10 @@ func (s *Server) Serve() error {
return s.ListenAndServe()
}
func (s *Server) Close() {
}
// This is the corresponding service function to generate templated files, that
// works similarly to the CLI variant. This function takes similiar arguments as
// query parameters that are included in the HTTP request URL.