Documentation ¶ Index ¶ type HcLogUI func (l *HcLogUI) Ask(query string) (string, error) func (l *HcLogUI) AskSecret(query string) (string, error) func (l *HcLogUI) Error(message string) func (l *HcLogUI) Info(message string) func (l *HcLogUI) Output(message string) func (l *HcLogUI) Warn(message string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type HcLogUI ¶ type HcLogUI struct { Log hclog.Logger } HcLogUI is an implementation of Ui that takes a hclogger and uses it to Log the output. It is intended for write only use cases and the Ask/AskSecret methods are not implemented. func (*HcLogUI) Ask ¶ func (l *HcLogUI) Ask(query string) (string, error) func (*HcLogUI) AskSecret ¶ func (l *HcLogUI) AskSecret(query string) (string, error) func (*HcLogUI) Error ¶ func (l *HcLogUI) Error(message string) func (*HcLogUI) Info ¶ func (l *HcLogUI) Info(message string) func (*HcLogUI) Output ¶ func (l *HcLogUI) Output(message string) func (*HcLogUI) Warn ¶ func (l *HcLogUI) Warn(message string) Source Files ¶ View all Source files logging.go Click to show internal directories. Click to hide internal directories.