github.com/kotalco/kotal@v0.3.0/clients/chainlink/types.go (about) 1 package chainlink 2 3 // arguments 4 const ( 5 // ChainlinkAPI is the argument used to locate api credentials file 6 ChainlinkAPI = "--api" 7 )