remove var
This commit is contained in:
@@ -31,8 +31,6 @@ const (
|
||||
Pleroma
|
||||
)
|
||||
|
||||
type instanceStatus int
|
||||
|
||||
type instance struct {
|
||||
structLock sync.Mutex
|
||||
errorCount uint
|
||||
@@ -43,7 +41,6 @@ type instance struct {
|
||||
fetching bool
|
||||
implementation instanceImplementation
|
||||
backend *InstanceBackend
|
||||
status instanceStatus
|
||||
nextFetch time.Time
|
||||
nodeInfoUrl string
|
||||
serverVersionString string
|
||||
|
||||
Reference in New Issue
Block a user