Documentation ¶
Index ¶
- func CommonComponents(log logger.Logger) []runtime.Option
- func NewRuntime(appID string, opts ...Option) (*runtime.DaprRuntime, *runtime.Config, error)
- type Option
- func WithAppProtocol(protocol runtime.Protocol, port int) Option
- func WithComponentsPath(path string) Option
- func WithDaprGRPCPort(port int) Option
- func WithDaprHTTPPort(port int) Option
- func WithDaprInternalGRPCPort(port int) Option
- func WithListenAddresses(addresses []string) Option
- func WithProfilePort(port int) Option
- func WithoutApp() Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRuntime ¶
Types ¶
type Option ¶
func WithComponentsPath ¶
func WithDaprGRPCPort ¶
func WithDaprHTTPPort ¶
func WithListenAddresses ¶
func WithProfilePort ¶
func WithoutApp ¶
func WithoutApp() Option
Click to show internal directories.
Click to hide internal directories.