Versions in this module Expand all Collapse all v0 v0.9.0 Nov 19, 2024 v0.8.0 Jul 25, 2024 v0.7.1 Jun 13, 2024 v0.7.0 Jun 13, 2024 v0.6.11 Jun 2, 2024 v0.6.10 Apr 2, 2024 v0.6.9 Apr 2, 2024 v0.6.8 Jan 23, 2024 v0.6.7 Dec 5, 2023 v0.6.6 Nov 4, 2023 Changes in this version type DotnetAgent + GitHubUrl string v0.6.5 Sep 2, 2023 v0.6.4 Sep 1, 2023 v0.6.3 Jun 24, 2023 Changes in this version + func BytesToBigInt(bytes []byte) *big.Int + func FromRsaParameters(param *DotnetRsaParameters) *rsa.PrivateKey + func FromRunnerInstance(instance *runnerconfiguration.RunnerInstance, fileAccess ConfigFileAccess) error + func ParseJitRunnerConfig(conf string) (*runnerconfiguration.RunnerSettings, error) + func ToJitRunnerConfig(instance *runnerconfiguration.RunnerInstance) (string, error) + func ToRunnerInstance(fileAccess ConfigFileAccess) (*runnerconfiguration.RunnerInstance, error) + func ToXmlString(publicKey *rsa.PublicKey) (string, error) + type ConfigFileAccess interface + Read func(name string, obj interface{}) error + Write func(name string, obj interface{}) error + type DefaultConfigFileAccess struct + func (config DefaultConfigFileAccess) Read(name string, obj interface{}) error + func (config DefaultConfigFileAccess) Write(name string, obj interface{}) error + type DotnetAgent struct + AgentId string + AgentName string + DisableUpdate string + Ephemeral string + PoolId string + PoolName string + ServerUrl string + WorkFolder string + type DotnetCredentials struct + Data DotnetCredentialsData + Scheme string + type DotnetCredentialsData struct + AuthorizationUrl string + ClientId string + type DotnetRsaParameters struct + D []byte + DP []byte + DQ []byte + Exponent []byte + InverseQ []byte + Modulus []byte + P []byte + Q []byte + func ToRsaParameters(key *rsa.PrivateKey) *DotnetRsaParameters + type JITConfigFileAccess map[string][]byte + func (config JITConfigFileAccess) Read(name string, obj interface{}) error + func (config JITConfigFileAccess) Write(name string, obj interface{}) error + type RSAKeyValue struct + Exponent string + Modulus string