Versions in this module Expand all Collapse all v1 v1.6.0 Nov 5, 2021 v1.5.0 Sep 29, 2021 v1.4.0 Sep 9, 2021 Changes in this version + const IlyshinProvider v1.3.1 Aug 13, 2021 v1.3.0 Jul 29, 2021 Changes in this version + const CodeHubProvider type Detail + AccessKey string + Password string + Region string + SecretKey string + Username string v1.2.0 Jul 6, 2021 Changes in this version + const GerritProvider + const GitHubProvider + const GitLabProvider + func GetCodeHostInfo(option *Option) (*poetry.CodeHost, error) + func GetCodeHostInfoByID(id int) (*poetry.CodeHost, error) + func GetCodeHostList() ([]*poetry.CodeHost, error) + type CodeHost struct + AccessToken string + Address string + ID int + Namespace string + OrgID int + Type string + type Detail struct + Address string + ID int + Name string + OauthToken string + Owner string + Source string + func GetCodehostDetail(codehostID int) (*Detail, error) + func ListCodehostDetial() ([]*Detail, error) + type Option struct + Address string + CodeHostID int + CodeHostType string + Namespace string