checkpoint

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2022 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultSessionFilename = "sid.json"
)

Variables

This section is empty.

Functions

func CheckSession

func CheckSession(c *checkpoint.ApiClient, uid string) bool

func Compare

func Compare(a, b []string) []string

func Provider

func Provider() terraform.ResourceProvider

Types

type Session

type Session struct {
	Sid string `json:"sid"`
	Uid string `json:"uid"`
}

func GetSession

func GetSession(sessionFileName string) (Session, error)

func (*Session) Save

func (s *Session) Save(sessionFileName string) error

Source Files

Jump to

Keyboard shortcuts

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