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 AllEndpoint = &xreq.Endpoint + var CreateEndpoint = &xreq.Endpoint + var DeleteEndpoint = &xreq.Endpoint + var Endpoints = []*xreq.Endpoint + var UpdateEndpoint = &xreq.Endpoint + func AllAction(req *http.Request) (interface{}, error) + func CreateAction(req *http.Request) (interface{}, error) + func DeleteAction(req *http.Request) (interface{}, error) + func UpdateAction(req *http.Request) (interface{}, error) + type CreateParam struct + CertFileContent *string + CertFileName *string + Description *string + ExpiredDate *string + IsDefault *bool + KeyFileContent *string + KeyFileName *string + Name *string + type OneData struct + CertFileName string + CertName string + Description string + ExpiredDate string + IsDefault bool + KeyFileName string + type OneParam struct + CertName *string + type UpdateParam struct + CertName *string