Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ChainlinkAPI is the argument used to locate api credentials file
ChainlinkAPI = "--api"
)
arguments
View Source
const ( // ChainlinkHomeDir is chainlink image home dir // TODO: update the home directory ChainlinkHomeDir = "/home/chainlink" )
Images
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChainlinkClient ¶
type ChainlinkClient struct {
// contains filtered or unexported fields
}
ChainlinkClient is chainlink official client https://github.com/smartcontractkit/chainlink
func (*ChainlinkClient) Args ¶
func (c *ChainlinkClient) Args() []string
Args returns chainlink args
func (*ChainlinkClient) Command ¶
func (c *ChainlinkClient) Command() []string
Command is chainlink entrypoint
func (*ChainlinkClient) Env ¶
func (c *ChainlinkClient) Env() []corev1.EnvVar
func (*ChainlinkClient) HomeDir ¶
func (c *ChainlinkClient) HomeDir() string
HomeDir returns chainlink image home directory
Click to show internal directories.
Click to hide internal directories.