groups

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2026 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package groups implements the CML2 groups datasource.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDataSource

func NewDataSource() datasource.DataSource

NewDataSource returns a new groups data source.

Types

type GroupDataSource

type GroupDataSource struct {
	// contains filtered or unexported fields
}

GroupDataSource defines the data source implementation.

func (*GroupDataSource) Configure

Configure stores provider configuration for the data source.

func (*GroupDataSource) Metadata

Metadata sets the data source type name.

func (*GroupDataSource) Read

func (*GroupDataSource) Schema

Schema defines the schema for the data source.

type GroupDataSourceModel

type GroupDataSourceModel struct {
	ID     types.String `tfsdk:"id"`
	Name   types.String `tfsdk:"name"`
	Groups types.List   `tfsdk:"groups"`
}

GroupDataSourceModel describes the data source data model.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL