vinz

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Key

type Key struct {
	SecretKeyId int64  `json:"secret_key_id"`
	SecretKey   string `json:"secret_key"`
}

type KeyResponse

type KeyResponse struct {
	Key Key `json:"key"`
}

type VinzService

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

func NewService

func NewService() *VinzService

func (*VinzService) GetKey

func (vs *VinzService) GetKey(organizationID, projectIdOrAlternateId string) (Key, error)

func (*VinzService) SaveKey

func (vs *VinzService) SaveKey(organizationID, projectIdOrAlternateId string, key Key) (Key, error)

type VinzServicer

type VinzServicer interface {
	GetKey(organizationID, projectIdOrAlternateId string) (Key, error)
	SaveKey(organizationID, projectIdOrAlternateId string, key Key) (Key, error)
}

Jump to

Keyboard shortcuts

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