From 7fd9d2f727a8acf43bb6312888c1450ed2a1eb60 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 1 Dec 2020 13:18:18 +0100 Subject: 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. --- instance.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'instance.go') 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 -- cgit v1.2.3