Files
softplayer-backend/api/v1/tokens.go
2026-05-12 16:42:24 +02:00

10 lines
174 B
Go

package v1
import (
tokens "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/tokens/v1"
)
type TokensServer struct {
tokens.UnimplementedTokensServiceServer
}