aboutsummaryrefslogtreecommitdiff
path: root/instance.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-12-01 13:18:18 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-12-01 13:18:18 +0100
commit7fd9d2f727a8acf43bb6312888c1450ed2a1eb60 (patch)
tree84695bdc9cd6f33736c40f8080b8b41a86db14ff /instance.go
parentf7af98fc6ef283155f94f4294a430d8e792b9a7b (diff)
removed possible todo
These named get parameter will anyway be hard-coded in some places, e.g., on structs that can be exported as json.
Diffstat (limited to 'instance.go')
-rw-r--r--instance.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/instance.go b/instance.go
index 1eb2b7c..8a0007a 100644
--- a/instance.go
+++ b/instance.go
@@ -28,8 +28,6 @@ const (
EndpointGetSth = Endpoint("get-sth")
)
-// TODO: type EndpointParam string?
-
// Instance is an instance of a particular log front-end
type Instance struct {
LogParameters *LogParameters