Start implementing the tokens controller
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
9
api/v1/tokens.go
Normal file
9
api/v1/tokens.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
tokens "gitea.badhouseplants.net/softplayer/softplayer-go-proto/pkg/tokens/v1"
|
||||
)
|
||||
|
||||
type TokensServer struct {
|
||||
tokens.UnimplementedTokensServiceServer
|
||||
}
|
||||
Reference in New Issue
Block a user