move server/* to scnserver/*
This commit is contained in:
9
scnserver/google/client.go
Normal file
9
scnserver/google/client.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package google
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
type AndroidPublisherClient interface {
|
||||
GetProductPurchase(ctx context.Context, packageName string, productId string, token string) (*ProductPurchase, error)
|
||||
}
|
||||
Reference in New Issue
Block a user