cyberindex/database/database.go

package database

import (
	"github.com/forbole/callisto/v4/database"
)

type CyberDb struct {
	*database.Db
}

Neighbours