diff options
Diffstat (limited to 'instance.go')
-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 |