Documentation ¶ Index ¶ type Session func (s *Session) GetPlatformClient() (*nextgen.APIClient, context.Context) func (s *Session) GetPlatformClientWithContext(ctx context.Context) (*nextgen.APIClient, context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Session ¶ type Session struct { AccountId string Endpoint string CDClient *cd.ApiClient PLClient *nextgen.APIClient } func (*Session) GetPlatformClient ¶ added in v0.2.8 func (s *Session) GetPlatformClient() (*nextgen.APIClient, context.Context) func (*Session) GetPlatformClientWithContext ¶ added in v0.2.8 func (s *Session) GetPlatformClientWithContext(ctx context.Context) (*nextgen.APIClient, context.Context) Source Files ¶ View all Source files session.go Directories ¶ Show internal Expand all Path Synopsis acctest provider service cd/account cd/application cd/cloudprovider cd/connector cd/delegate cd/environment cd/secrets cd/service cd/sso cd/usagescope cd/user cd/yamlconfig platform/connector platform/environment platform/input_set platform/organization platform/pipeline platform/project platform/resource_group platform/roles platform/secret platform/service platform/service_account platform/triggers platform/user platform/usergroup sweep utils Click to show internal directories. Click to hide internal directories.