Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NullChecker ¶
func NullChecker() *nullChecker
Types ¶
type AwsChecker ¶
type AwsChecker struct {
// contains filtered or unexported fields
}
func NewAwsChecker ¶
func NewAwsChecker(ctx context.Context) (*AwsChecker, error)
func (*AwsChecker) MissingPermissions ¶
func (c *AwsChecker) MissingPermissions() (result []string, err error)
type GcpChecker ¶
type GcpChecker struct {
// contains filtered or unexported fields
}
func NewGcpChecker ¶
func NewGcpChecker(ctx context.Context, project string) (*GcpChecker, error)
func (*GcpChecker) MissingPermissions ¶
func (g *GcpChecker) MissingPermissions() (result []string, err error)
Click to show internal directories.
Click to hide internal directories.