Documentation
¶
Index ¶
- Constants
- func CreateWebsocketClient(ip string, port int, endpoint string) (*websocket.Conn, error)
- func Errstring(err error) string
- func InitBroker(id string) (string, func(), error)
- func InitEnv(id string)
- func TestHttp(client *http.Client, url string, method string) error
- type MockRawTuple
- type MockTuple
Constants ¶
View Source
const Race = false
Variables ¶
This section is empty.
Functions ¶
func CreateWebsocketClient ¶
func InitBroker ¶
Types ¶
type MockRawTuple ¶ added in v2.1.0
func (*MockRawTuple) AllProps ¶ added in v2.1.0
func (m *MockRawTuple) AllProps() map[string]string
func (*MockRawTuple) DynamicProps ¶ added in v2.1.0
func (m *MockRawTuple) DynamicProps(template string) (string, bool)
func (*MockRawTuple) Raw ¶ added in v2.1.0
func (m *MockRawTuple) Raw() []byte
func (*MockRawTuple) Replace ¶ added in v2.1.0
func (m *MockRawTuple) Replace(newContent []byte)
Click to show internal directories.
Click to hide internal directories.