components

package
v0.0.0-...-3c0adcf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComposeConfig

type ComposeConfig struct {
	Project     string
	ComposeYaml string
	Dockerfiles map[string]string
	Options     ConfigurationOptions
}

type ComposeManager

type ComposeManager struct {
	// contains filtered or unexported fields
}

func NewComposeManager

func NewComposeManager() (*ComposeManager, error)

Initialize ComposeManager with proper Docker client

func (*ComposeManager) CreateFromCompose

func (cm *ComposeManager) CreateFromCompose(config ComposeConfig) error

type ConfigurationOptions

type ConfigurationOptions struct {
	AutoPull      bool
	ForceRecreate bool
}

type Server

type Server struct {
	pb.UnimplementedClientDockerManagerServer
	// contains filtered or unexported fields
}

func NewServer

func NewServer(composeManager *ComposeManager) *Server

func (*Server) CreateConfiguration

func (*Server) Serve

func (s *Server) Serve()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL