Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
24e2e49e
Commit
24e2e49e
authored
Nov 07, 2015
by
Brendan Melville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding todo for filling in actual URL.
parent
2a1b5515
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
client.go
client/client.go
+1
-2
No files found.
client/client.go
View file @
24e2e49e
...
@@ -146,12 +146,11 @@ func loadTemplate(name string) *expander.Template {
...
@@ -146,12 +146,11 @@ func loadTemplate(name string) *expander.Template {
template
.
Name
=
name
template
.
Name
=
name
}
}
log
.
Printf
(
"%v"
,
template
)
return
template
return
template
}
}
func
buildTemplateFromType
(
name
string
,
typeName
string
)
*
expander
.
Template
{
func
buildTemplateFromType
(
name
string
,
typeName
string
)
*
expander
.
Template
{
// TODO: Fill this in with an actual URL fetched from github.
fullType
:=
*
repository
+
"/"
+
typeName
fullType
:=
*
repository
+
"/"
+
typeName
props
:=
make
(
map
[
string
]
interface
{})
props
:=
make
(
map
[
string
]
interface
{})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment