Documentation
¶
Index ¶
- Constants
- type Stackit
- func (s *Stackit) Create(ctx context.Context, options *options.Options, publicKey []byte) error
- func (s *Stackit) Delete(ctx context.Context, projectId, machineName string) error
- func (s *Stackit) GetPublicIPOfServer(ctx context.Context, projectId, machineName string) (string, error)
- func (s *Stackit) Init(ctx context.Context, projectID string) error
- func (s *Stackit) Start(ctx context.Context, projectId, machineName string) error
- func (s *Stackit) Status(ctx context.Context, projectId, machineName string) (client.Status, error)
- func (s *Stackit) Stop(ctx context.Context, projectId, machineName string) error
Constants ¶
View Source
const ( SSHUserName = "devpod" SSHPort = "22" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.