Documentation
¶
Overview ¶
Package projectfile handles project file commands on the worker that owns the workspace.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler executes project file commands in the worker workspace.
func New ¶
func New(pub ReplyPublisher) (*Handler, error)
New creates a project file command handler.
func (*Handler) HandleFileCommand ¶
HandleFileCommand restores a stored project file version and replies to the requester.
type ReplyPublisher ¶
ReplyPublisher publishes request/reply results through core NATS.
Click to show internal directories.
Click to hide internal directories.