10 lines
174 B
Go
10 lines
174 B
Go
package v1
|
|
|
|
import (
|
|
tokens "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/tokens/v1"
|
|
)
|
|
|
|
type TokensServer struct {
|
|
tokens.UnimplementedTokensServiceServer
|
|
}
|