Improved API privacy

This commit is contained in:
2019-09-07 20:09:55 +09:00
parent 4e6aa5eef6
commit cc1c394002
6 changed files with 25 additions and 1 deletions

View File

@ -8,7 +8,8 @@ import (
// Force interface implementations
var (
_ api.Newable = (*Analytics)(nil)
_ Identifiable = (*Analytics)(nil)
_ api.Newable = (*Analytics)(nil)
)
// Authorize returns an error if the given API POST request is not authorized.