Documentation ¶
Index ¶
Constants ¶
View Source
const (
// DefaultChannelAddress is the address that user application listen to.
DefaultChannelAddress = "127.0.0.1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppChannel ¶
type AppChannel interface { GetAppConfig() (*config.ApplicationConfig, error) InvokeMethod(ctx context.Context, req *invokev1.InvokeMethodRequest) (*invokev1.InvokeMethodResponse, error) HealthProbe(ctx context.Context) (bool, error) SetAppHealth(ah *apphealth.AppHealth) }
AppChannel is an abstraction over communications with user code.
Click to show internal directories.
Click to hide internal directories.