Versions in this module Expand all Collapse all v0 v0.7.6 Jun 15, 2024 Changes in this version + const UserInputRequestStr + const UserInputResponsePacketStr + type UserInputRequestType struct + CheckBoxMsg string + Markdown bool + PublicText bool + QueryText string + RequestId string + ResponseType string + TimeoutMs int + Title string + func (*UserInputRequestType) GetType() string + func (req *UserInputRequestType) SetReqId(reqId string) + func (req *UserInputRequestType) SetTimeoutMs(timeoutMs int) + type UserInputResponsePacketType struct + CheckboxStat bool + Confirm bool + ErrorMsg string + RequestId string + Text string + Type string + func GetUserInput(ctx context.Context, bus *scbus.RpcBus, userInputRequest *UserInputRequestType) (*UserInputResponsePacketType, error) + func (*UserInputResponsePacketType) GetType() string + func (pk *UserInputResponsePacketType) GetError() string + func (pk *UserInputResponsePacketType) SetError(err string)