mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Moved internal/ to pkg/ to make building external plugins possible
This commit is contained in:
parent
075b1a1f7f
commit
7361ec739f
19 changed files with 4 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
// TODO: implement a way to fetch schemas from node orchestrator
|
|
||||||
package configurator
|
|
||||||
|
|
@ -108,6 +108,10 @@ func (s *Server) Serve() error {
|
||||||
return s.ListenAndServe()
|
return s.ListenAndServe()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *Server) Close() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// This is the corresponding service function to generate templated files, that
|
// This is the corresponding service function to generate templated files, that
|
||||||
// works similarly to the CLI variant. This function takes similiar arguments as
|
// works similarly to the CLI variant. This function takes similiar arguments as
|
||||||
// query parameters that are included in the HTTP request URL.
|
// query parameters that are included in the HTTP request URL.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue