Skip to content

Commit 2992770

Browse files
committed
Add some comments
1 parent 082e3b6 commit 2992770

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/config/generator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ type issueTypeFieldConf struct {
5454
}
5555
}
5656

57+
// MTLS specific config
5758
type JiraCLIMTLSConfig struct {
5859
CaCert string
5960
ClientCert string

pkg/jira/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func (e Errors) String() string {
9696
// Header is a key, value pair for request headers.
9797
type Header map[string]string
9898

99+
// MTLS authtype specific config
99100
type MTLSConfig struct {
100101
CaCert string
101102
ClientCert string

0 commit comments

Comments
 (0)