package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Dec 7, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RegisterRoutes - Central function to define routes that get registered by the main application.
type CertifyModelRequest struct {
BaseReq restTypes.BaseReq `json:"base_req"`
CertificationDate time.Time `json:"certification_date"`
Reason string `json:"reason,omitempty"`
}
type RevokeModelRequest struct {
BaseReq restTypes.BaseReq `json:"base_req"`
RevocationDate time.Time `json:"revocation_date"`
Reason string `json:"reason,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.