This commit is contained in:
Dave Lee 2023-06-01 20:46:08 -04:00
parent f9133b5a61
commit 45285bb5d8
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// NOT ACTUALLY USING THIS CURRENTLY???
// ServerInterface represents all server handlers. // ServerInterface represents all server handlers.
type ServerInterface interface { type ServerInterface interface {
{{range .}}{{.SummaryAsComment }} {{range .}}{{.SummaryAsComment }}