Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TIBCOSoftware/mashling
/ types & classes
Types & classes
170 in github.com/TIBCOSoftware/mashling
⨍
Functions
1,553
◇
Types & classes
170
↓ 1 callers
Interface
Error
Error are errors specific to gateway parsing and creation.
internal/pkg/model/errors/errors.go:9
↓ 1 callers
FuncType
Step
Step is a function that represents a step in the build process.
build.go:112
Struct
Activity
Activity is a EFTL client
ext/flogo/activity/eftl/activity.go:40
Struct
Anomaly
Anomaly is an anomaly detector
internal/pkg/model/v2/activity/service/anomaly.go:243
Struct
ApiUser
internal/pkg/mashery/mashery.go:19
Interface
Auth
Auth allows a client to be authenticated
ext/flogo/trigger/gorillamuxtrigger/auth.go:37
Struct
CDF16
CDF16 is a context based cumulative distributive function model https://fgiesen.wordpress.com/2015/05/26/models-for-adaptive-arithmetic-coding/
internal/pkg/model/v2/activity/service/anomaly.go:45
Struct
CircuitBreaker
CircuitBreaker is a circuit breaker service
internal/pkg/model/v2/activity/service/circuit_breaker.go:20
Struct
CircuitBreakerContext
CircuitBreakerContext is a circuit breaker context
internal/pkg/model/v2/activity/service/circuit_breaker.go:40
Struct
CircuitBreakerContexts
CircuitBreakerContexts holds a bunch of circuit breaker contexts
internal/pkg/model/v2/activity/service/circuit_breaker.go:58
Interface
ClientService
ClientService interface used by grpc client side
internal/pkg/model/v2/activity/service/grpc/clientregistry.go:13
Struct
Completion
Completion represents a completed publish operation. When returned from an asynchronous publish operation a non-nil Error indicates a publish failure.
lib/eftl/conn.go:96
Struct
Complexity
Complexity is an entorpy based anomaly detector
internal/pkg/model/v2/activity/service/anomaly.go:157
Struct
Condition
lib/conditions/operators.go:34
Struct
Config
lib/types/types.go:28
Struct
Connection
Connection represents a connection to the server.
lib/eftl/conn.go:65
Struct
Context16
Context16 is a 16 bit context
internal/pkg/model/v2/activity/service/anomaly.go:73
Struct
Contexts
Contexts is a set of anomaly contexts
internal/pkg/model/v2/activity/service/anomaly.go:216
Interface
Cors
CORS interface
ext/flogo/trigger/gorillamuxtrigger/cors/cors.go:32
Struct
Dispatch
lib/types/types.go:61
Struct
Dispatch
Dispatch links events on a trigger to execution flows.
internal/pkg/model/v2/types/types.go:31
Struct
Dispatch
Dispatch holds dispatch actionId and condition
ext/flogo/trigger/grpc/trigger.go:172
Struct
Dispatch
Dispatch holds dispatch actionId and condition
ext/flogo/trigger/eftl/trigger.go:145
Struct
Dispatch
Dispatch holds dispatch actionId and condition
ext/flogo/trigger/gorillamuxtrigger/trigger.go:66
Struct
Dispatch
Dispatch holds dispatch actionId and condition
ext/flogo/trigger/mqtt/trigger.go:138
Struct
Endpoint
Endpoint represents an endpoint in a Swagger 2.0 document.
internal/pkg/swagger/swagger.go:11
Struct
Equals
lib/conditions/oper_equals.go:34
Struct
EventHandler
lib/types/types.go:42
Struct
EventLink
lib/types/types.go:50
TypeAlias
ExpressionType
ExpressionType for expression type
lib/conditions/operators.go:21
Struct
Factory
Factory MQTT Trigger factory
ext/flogo/trigger/eftl/trigger.go:162
Struct
FileCache
FileCache is a cache provider backed by the local file system.
internal/pkg/model/cache/file.go:11
Struct
FlogoAction
lib/types/types.go:65
Struct
FlogoActivity
FlogoActivity is a Flogo activity service.
internal/pkg/model/v2/activity/service/flogoactivity.go:14
Struct
FlogoActivityContext
FlogoActivityContext is an activity context in a mashling flow.
internal/pkg/model/v2/activity/service/flogoactivity.go:94
Struct
FlogoActivityHost
internal/pkg/model/v2/activity/service/flogoactivity.go:105
Struct
FlogoActivityRequest
FlogoActivityRequest is a Flogo activity service request.
internal/pkg/model/v2/activity/service/flogoactivity.go:20
Struct
FlogoActivityResponse
FlogoActivityResponse is a Flogo activity service response.
internal/pkg/model/v2/activity/service/flogoactivity.go:26
Struct
FlogoFlow
FlogoFlow is a Flogo flow service.
internal/pkg/model/v2/activity/service/flogoflow.go:20
Struct
FlogoFlowRequest
FlogoFlowRequest is a flogo flow service request.
internal/pkg/model/v2/activity/service/flogoflow.go:26
Struct
FlogoFlowResponse
FlogoFlowResponse is a flogo flow service response.
internal/pkg/model/v2/activity/service/flogoflow.go:33
Struct
GRPC
GRPC is grpc service
internal/pkg/model/v2/activity/service/grpc/grpc.go:19
Struct
GRPCRequest
GRPCRequest is grpc service request
internal/pkg/model/v2/activity/service/grpc/grpc.go:25
Struct
GRPCResponse
GRPCResponse is grpc service response
internal/pkg/model/v2/activity/service/grpc/grpc.go:42
Struct
GRPCTrigger
GRPCTrigger is a stub for your Trigger implementation
ext/flogo/trigger/grpc/trigger.go:44
Struct
GRPCTriggerFactory
GRPCTriggerFactory is a gRPC Trigger factory
ext/flogo/trigger/grpc/trigger.go:29
Interface
Gateway
Gateway represents an instance of a specific version of a Gateway.
internal/pkg/model/configuration.go:17
Struct
Gateway
lib/types/types.go:16
Struct
Gateway
Gateway contains all data needed to run a v2 mashling gateway app.
internal/pkg/model/v2/gateway.go:16
Struct
Gateway
Gateway contains the runtime behavior of a gateway instance.
internal/pkg/model/v2/types/types.go:10
Struct
Gateway
Gateway contains all data needed to run a v1 mashling gateway app.
internal/pkg/model/v1/gateway.go:17
Struct
GreaterThan
lib/conditions/oper_greaterthan.go:34
Struct
HTTP
HTTP is an HTTP service.
internal/pkg/model/v2/activity/service/http.go:33
Struct
HTTPRequest
HTTPRequest is an http service request.
internal/pkg/model/v2/activity/service/http.go:40
Struct
HTTPResponse
HTTPResponse is an http service response.
internal/pkg/model/v2/activity/service/http.go:52
Struct
Handler
Handler maps a trigger and settings to a specific dispatch
internal/pkg/model/v2/types/types.go:73
Interface
HasOperatorInfo
HasOperatorInfo is an interface for an object that has Operator Information
lib/conditions/info.go:18
Struct
Hello
ext/flogo/activity/lambda/activity_test.go:38
Struct
IDResponse
IDResponse id response object
ext/flogo/trigger/gorillamuxtrigger/trigger.go:371
Struct
In
lib/conditions/oper_in.go:34
Struct
JS
JS is a JS service.
internal/pkg/model/v2/activity/service/js.go:12
Struct
JSRequest
JSRequest is a JS service request.
internal/pkg/model/v2/activity/service/js.go:18
Struct
JSResponse
JSResponse is a JS service response.
internal/pkg/model/v2/activity/service/js.go:24
Struct
JWT
JWT is a JWT validation service.
internal/pkg/model/v2/activity/service/jwt.go:12
Struct
JWTRequest
JWTRequest is an JWT validation request.
internal/pkg/model/v2/activity/service/jwt.go:18
Struct
JWTResponse
JWTResponse is a parsed JWT response.
internal/pkg/model/v2/activity/service/jwt.go:28
Struct
KafkaSubTrigger
MqttTrigger is simple MQTT trigger
ext/flogo/trigger/kafkasubrouter/trigger.go:51
Struct
KafkasubFactory
KafkasubFactory Kafka subscriber Trigger factory
ext/flogo/trigger/kafkasubrouter/trigger.go:69
Struct
LambdaActivity
LambdaActivity is a App Activity implementation
ext/flogo/activity/lambda/activity.go:41
Struct
LambdaResponse
LambdaResponse struct is used to store the response from Lambda
ext/flogo/activity/lambda/activity.go:35
Struct
LessThan
lib/conditions/oper_lessthan.go:34
Struct
MQTTFactory
MQTTFactory MQTT Trigger factory
ext/flogo/trigger/mqtt/trigger.go:158
Struct
MashlingCore
MashlingCore is a stub for your Activity implementation
internal/pkg/model/v2/activity/core/activity.go:22
Struct
MashlingFlowDetails
MashlingFlowDetails simple FlowDetails for use in a mashling flow.
internal/pkg/model/v2/activity/service/flogoactivity.go:117
TypeAlias
Message
Message represents application messages that map field names to values.
lib/eftl/msg.go:21
Struct
MethodInfoTree
MethodInfoTree holds method information
internal/pkg/grpcsupport/grpcservicegen.go:29
Struct
Microgateway
lib/types/types.go:11
Struct
MissingDependency
MissingDependency is an error for missing Flogo activity or trigger dependencies.
internal/pkg/model/errors/errors.go:15
Struct
MqttTrigger
MqttTrigger is simple MQTT trigger
ext/flogo/trigger/mqtt/trigger.go:144
Struct
MyActivity
MyActivity is a stub for your Activity implementation
ext/flogo/activity/tracer/activity.go:29
Struct
MyActivity
MyActivity is a stub for your Activity implementation
ext/flogo/activity/mqtt/activity.go:38
Struct
Node16
Node16 is a context node
internal/pkg/model/v2/activity/service/anomaly.go:25
Struct
NopTransport
internal/pkg/mashery/mashery.go:592
Struct
NotEquals
lib/conditions/oper_notequals.go:34
Struct
NotIn
lib/conditions/oper_notin.go:34
Struct
OperRegistry
OperRegistry is a registry for condition operators
lib/conditions/operators.go:46
Interface
Operator
lib/conditions/operators.go:40
Struct
OperatorInfo
OperatorInfo is the information for an operation
lib/conditions/info.go:9
Struct
OptimizedHandler
OptimizedHandler optimized handler
ext/flogo/trigger/grpc/trigger.go:179
Struct
OptimizedHandler
OptimizedHandler optimized handler
ext/flogo/trigger/eftl/trigger.go:74
Struct
OptimizedHandler
OptimizedHandler optimized handler
ext/flogo/trigger/gorillamuxtrigger/trigger.go:58
Struct
OptimizedHandler
OptimizedHandler optimized handler
ext/flogo/trigger/mqtt/trigger.go:72
Struct
Options
Options available to configure the connection.
lib/eftl/conn.go:37
Struct
Output
Output defines response output values back to a trigger event.
internal/pkg/model/v2/types/types.go:59
Struct
ParsedToken
ParsedToken is a parsed JWT token.
internal/pkg/model/v2/activity/service/jwt.go:37
Struct
Path
lib/types/types.go:55
Struct
PingDataDet
lib/util/util.go:159
Struct
PingResponse
PingResponse is to hold ping response
internal/pkg/services/pingservice.go:34
Interface
PingService
PingService interface for ping services
internal/pkg/services/pingservice.go:15
Struct
PingServiceConfig
PingServiceConfig holds ping related variables
internal/pkg/services/pingservice.go:28
next →
1–100 of 170, ranked by callers