Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService interface {
Auth(ctx context.Context, accessToken string) (*valueobject.AuthResponse, error)
}
func NewAuthService ¶
func NewAuthService(conn *grpcconn.GRPCClientConn) AuthService
type ProductService ¶
type ProductService interface {
CheckProducts(ctx context.Context, orderItems *[]entity.OrderItem) (*[]valueobject.ProductStatus, error)
}
func NewProductService ¶
func NewProductService(conn *grpcconn.GRPCClientConn) ProductService
Click to show internal directories.
Click to hide internal directories.