diff options
| author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-12-01 13:18:18 +0100 | 
|---|---|---|
| committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-12-01 13:18:18 +0100 | 
| commit | 7fd9d2f727a8acf43bb6312888c1450ed2a1eb60 (patch) | |
| tree | 84695bdc9cd6f33736c40f8080b8b41a86db14ff | |
| parent | f7af98fc6ef283155f94f4294a430d8e792b9a7b (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.
| -rw-r--r-- | instance.go | 2 | 
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 | 
