mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
fix: added yaml tag to prevent marshaler from crashing
This commit is contained in:
parent
b6c3533327
commit
10ed21c5c1
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import (
|
|||
// used in generator plugins to fetch data when it is needed to substitute
|
||||
// values for the Jinja templates used.
|
||||
type SmdClient struct {
|
||||
http.Client `json:"-"`
|
||||
http.Client `json:"-" yaml:"-"`
|
||||
Host string `yaml:"host"`
|
||||
Port int `yaml:"port"`
|
||||
AccessToken string `yaml:"access-token"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue