Versions in this module Expand all Collapse all v0 v0.0.2 Dec 9, 2021 v0.0.1 Oct 19, 2021 Changes in this version + var ProductCreateEndpoint = &xreq.Endpoint + var ProductDeleteEndpoint = &xreq.Endpoint + var ProductListEndpoint = &xreq.Endpoint + var ProductOneEndpoint = &xreq.Endpoint + var ProductUpdateEndpoint = &xreq.Endpoint + var Routers = []*xreq.Endpoint + func ProductCreateAction(req *http.Request) (interface{}, error) + func ProductCreateProcess(ctx context.Context, param *ProductCreateParam) (*ibasic.Product, error) + func ProductDeleteAction(req *http.Request) (interface{}, error) + func ProductListAction(req *http.Request) (interface{}, error) + func ProductOneAction(req *http.Request) (interface{}, error) + func ProductUpdateAction(req *http.Request) (interface{}, error) + type ProductCreateParam struct + ContactPersonList []string + Description string + MailList []string + Name string + PhoneList []string + type ProductData struct + ContactPersonList []string + Description string + Id int64 + MailList []string + Name string + PhoneList []string + type ProductListParam struct + Cluster *string + Domain *string + type ProductUpdateParam struct + ContactPersonList []string + Description *string + MailList []string + PhoneList []string