package
2.5.3
Repository: https://github.com/dreamlu/go-micro.git
Documentation: pkg.go.dev

# Packages

Package kubernetes taken from https://github.com/micro/go-micro/blob/master/debug/log/kubernetes/kubernetes.go There are some modifications compared to the other files as this package doesn't provide write functionality.
Package local provides a local runtime.
No description provided by the author

# Functions

CreateImage sets the image to use.
CreateType sets the type of service to create.
LogsExistingCount confiures how many existing lines to show.
LogsStream configures whether to stream new lines.
NewRuntime creates new local runtime and returns it.
ReadService returns services with the given name.
ReadType returns services of the given type.
ReadVersion confifgures service version.
WithArgs specifies the command to execute.
WithCommand specifies the command to execute.
WithEnv sets the created service environment.
WithImage sets the image to use.
WithOutput sets the arg output.
WithRetries sets the max retries attemps.
WithScheduler specifies a scheduler for updates.
WithSource sets the base image / repository.
WithType sets the service type to manage.

# Constants

Create is emitted when a new build has been craeted.
Delete is emitted when a build has been deleted.
Update is emitted when a new update become available.

# Variables

DefaultName is default runtime service name.
DefaultRuntime is default micro runtime.
No description provided by the author

# Structs

CreateOptions configure runtime services.
Event is notification event.
No description provided by the author
LogsOptions configure runtime logging.
Options configure runtime.
ReadOptions queries runtime services.
Service is runtime service.

# Interfaces

Stream returns a log stream.
Runtime is a service runtime manager.
Scheduler is a runtime service scheduler.

# Type aliases

No description provided by the author
EventType defines schedule event.
LogsOption configures runtime logging.
No description provided by the author
No description provided by the author