summaryrefslogtreecommitdiff
path: root/doc/helm-gid-source.plantuml
blob: f5958d13f3783def08fed1c20a54442d8377951e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-gid-source'**\n\n
"helm-source-async" <|-- "helm-gid-source"
class "helm-source-async"
"helm-source" <|-- "helm-source-async"
class "helm-source"
class "helm-gid-source" {
	__ some interesting slots __
	action
	candidate-number-limit
	candidates-process
	db-dir
	filtered-candidate-transformer
	header-name
	help-message
	history
	nohighlight
	persistent-action
	requires-pattern
}
note right of "helm-gid-source"
	**helm-gid-source**
end note
@enduml