Documentation
¶
Index ¶
- type Redis
- func (r *Redis) DeleteDeployByName(ctx context.Context, name string) error
- func (r *Redis) GetDeployByName(ctx context.Context, name string) (*domain.Deploy, error)
- func (r *Redis) IsPortBusy(ctx context.Context, port int) (bool, error)
- func (r *Redis) MarkPortAsBusy(ctx context.Context, port int) error
- func (r *Redis) UpsertDeploy(ctx context.Context, deploy domain.Deploy) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redis ¶
type Redis struct {
// contains filtered or unexported fields
}
func (*Redis) DeleteDeployByName ¶
func (*Redis) GetDeployByName ¶
Click to show internal directories.
Click to hide internal directories.