Documentation ¶
Overview ¶
* @Author: jffan * @Date: 2024-08-14 09:33:52 * @LastEditTime: 2024-08-20 14:35:08 * @LastEditors: jffan * @FilePath: \gitee-tcas\cmd\verify\cert.go * @Description:
* @Author: jffan * @Date: 2024-08-09 09:29:01 * @LastEditTime: 2024-08-20 11:02:55 * @LastEditors: jffan * @FilePath: \gitee-tcas\cmd\verify\token.go * @Description: The CA certificate is used to verify the token, which is divided into online verification and local verification
* @Author: jffan * @Date: 2024-08-02 14:59:33 * @LastEditTime: 2024-08-02 15:25:28 * @LastEditors: jffan * @FilePath: \gitee-tcas\cmd\verify\verify.go * @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Cmd = &cobra.Command{ Args: cobra.NoArgs, Use: "verify", Short: "Verify the legitimacy of the information", Long: "", SuggestionsMinimumDistance: 1, DisableSuggestions: false, }
verifyCmd represents the verify command
Functions ¶
This section is empty.