Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRunningInstances ¶
func GetRunningInstances(client *ec2.EC2) (*ec2.DescribeInstancesOutput, error)
Types ¶
type Ec2 ¶
type Ec2 struct {
ID string `json:"ec2_id"`
}
func (Ec2) ToDto ¶
func (e Ec2) ToDto() dto.Ec2Response
type Ec2Repository ¶
type Ec2Repository interface {
// contains filtered or unexported methods
}
type Ec2RepositoryAWS ¶
type Ec2RepositoryAWS struct { }
func NewEc2RepositoryAWS ¶
func NewEc2RepositoryAWS() Ec2RepositoryAWS
Click to show internal directories.
Click to hide internal directories.