Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplicationNotFoundError = errors.New("ApplicationNotFound")
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) GetApplication ¶
func (s *Store) GetApplication(ctx context.Context, name string) (cloudflare.AccessApplication, error)
func (*Store) GetPolicies ¶
func (s *Store) GetPolicies(ctx context.Context, appId string) ([]cloudflare.AccessPolicy, error)
Click to show internal directories.
Click to hide internal directories.