Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideUserServiceImpl, )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
// Manage manager the linux user in the container.
Manage(ctx context.Context, exec *devcontainer.Exec) ([]byte, error)
}
func NewUserServiceImpl ¶
func NewUserServiceImpl() Service
func ProvideUserServiceImpl ¶
func ProvideUserServiceImpl() Service
type ServiceImpl ¶
type ServiceImpl struct {
}
func (*ServiceImpl) Manage ¶
func (u *ServiceImpl) Manage(ctx context.Context, exec *devcontainer.Exec) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.