data

package
v0.0.0-...-e78ca02 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_data_secret_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AuthenticationData

type AuthenticationData struct {
	Login    string `protobuf:"bytes,1,opt,name=Login,json=login,proto3" json:"Login,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=Password,json=password,proto3" json:"Password,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticationData) Descriptor deprecated

func (*AuthenticationData) Descriptor() ([]byte, []int)

Deprecated: Use AuthenticationData.ProtoReflect.Descriptor instead.

func (*AuthenticationData) GetLogin

func (x *AuthenticationData) GetLogin() string

func (*AuthenticationData) GetPassword

func (x *AuthenticationData) GetPassword() string

func (*AuthenticationData) ProtoMessage

func (*AuthenticationData) ProtoMessage()

func (*AuthenticationData) ProtoReflect

func (x *AuthenticationData) ProtoReflect() protoreflect.Message

func (*AuthenticationData) Reset

func (x *AuthenticationData) Reset()

func (*AuthenticationData) String

func (x *AuthenticationData) String() string

type CreditCardData

type CreditCardData struct {
	Pan            string `protobuf:"bytes,1,opt,name=Pan,json=pan,proto3" json:"Pan,omitempty"`
	ChName         string `protobuf:"bytes,2,opt,name=ChName,json=ch_name,proto3" json:"ChName,omitempty"`
	ExpirationDate string `protobuf:"bytes,3,opt,name=ExpirationDate,json=expiration_date,proto3" json:"ExpirationDate,omitempty"`
	// contains filtered or unexported fields
}

func (*CreditCardData) Descriptor deprecated

func (*CreditCardData) Descriptor() ([]byte, []int)

Deprecated: Use CreditCardData.ProtoReflect.Descriptor instead.

func (*CreditCardData) GetChName

func (x *CreditCardData) GetChName() string

func (*CreditCardData) GetExpirationDate

func (x *CreditCardData) GetExpirationDate() string

func (*CreditCardData) GetPan

func (x *CreditCardData) GetPan() string

func (*CreditCardData) ProtoMessage

func (*CreditCardData) ProtoMessage()

func (*CreditCardData) ProtoReflect

func (x *CreditCardData) ProtoReflect() protoreflect.Message

func (*CreditCardData) Reset

func (x *CreditCardData) Reset()

func (*CreditCardData) String

func (x *CreditCardData) String() string

type Secret

type Secret struct {
	Name       string           `protobuf:"bytes,1,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
	Meta       *structpb.Struct `protobuf:"bytes,2,opt,name=Meta,json=meta,proto3" json:"Meta,omitempty"`
	SecretData *Secret_Data     `protobuf:"bytes,3,opt,name=SecretData,json=secret_value,proto3" json:"SecretData,omitempty"`
	// contains filtered or unexported fields
}

func (*Secret) Descriptor deprecated

func (*Secret) Descriptor() ([]byte, []int)

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetMeta

func (x *Secret) GetMeta() *structpb.Struct

func (*Secret) GetName

func (x *Secret) GetName() string

func (*Secret) GetSecretData

func (x *Secret) GetSecretData() *Secret_Data

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

func (x *Secret) ProtoReflect() protoreflect.Message

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

type Secret_Data

type Secret_Data struct {

	// Types that are assignable to Variant:
	//
	//	*Secret_Data_Authentication
	//	*Secret_Data_Text
	//	*Secret_Data_Any
	//	*Secret_Data_CreditCardData
	Variant isSecret_Data_Variant `protobuf_oneof:"Variant"`
	// contains filtered or unexported fields
}

func (*Secret_Data) Descriptor deprecated

func (*Secret_Data) Descriptor() ([]byte, []int)

Deprecated: Use Secret_Data.ProtoReflect.Descriptor instead.

func (*Secret_Data) GetAny

func (x *Secret_Data) GetAny() *anypb.Any

func (*Secret_Data) GetAuthentication

func (x *Secret_Data) GetAuthentication() *AuthenticationData

func (*Secret_Data) GetCreditCardData

func (x *Secret_Data) GetCreditCardData() *CreditCardData

func (*Secret_Data) GetText

func (x *Secret_Data) GetText() string

func (*Secret_Data) GetVariant

func (m *Secret_Data) GetVariant() isSecret_Data_Variant

func (*Secret_Data) ProtoMessage

func (*Secret_Data) ProtoMessage()

func (*Secret_Data) ProtoReflect

func (x *Secret_Data) ProtoReflect() protoreflect.Message

func (*Secret_Data) Reset

func (x *Secret_Data) Reset()

func (*Secret_Data) String

func (x *Secret_Data) String() string

type Secret_Data_Any

type Secret_Data_Any struct {
	Any *anypb.Any `protobuf:"bytes,13,opt,name=Any,json=any,proto3,oneof"`
}

type Secret_Data_Authentication

type Secret_Data_Authentication struct {
	Authentication *AuthenticationData `protobuf:"bytes,11,opt,name=Authentication,json=authentication,proto3,oneof"`
}

type Secret_Data_CreditCardData

type Secret_Data_CreditCardData struct {
	CreditCardData *CreditCardData `protobuf:"bytes,14,opt,name=CreditCardData,json=credit_card,proto3,oneof"`
}

type Secret_Data_Text

type Secret_Data_Text struct {
	Text string `protobuf:"bytes,12,opt,name=Text,json=text,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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