file

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFileEndpoints

func NewFileEndpoints() []*api.Endpoint

func RegisterFileHandler

func RegisterFileHandler(s server.Server, hdlr FileHandler, opts ...server.HandlerOption) error

Types

type CreateFileShareRequest

type CreateFileShareRequest struct {
	Fileshare            *FileShare `protobuf:"bytes,1,opt,name=fileshare,proto3" json:"fileshare,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateFileShareRequest) Descriptor

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

func (*CreateFileShareRequest) GetFileshare

func (m *CreateFileShareRequest) GetFileshare() *FileShare

func (*CreateFileShareRequest) ProtoMessage

func (*CreateFileShareRequest) ProtoMessage()

func (*CreateFileShareRequest) Reset

func (m *CreateFileShareRequest) Reset()

func (*CreateFileShareRequest) String

func (m *CreateFileShareRequest) String() string

func (*CreateFileShareRequest) XXX_DiscardUnknown

func (m *CreateFileShareRequest) XXX_DiscardUnknown()

func (*CreateFileShareRequest) XXX_Marshal

func (m *CreateFileShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateFileShareRequest) XXX_Merge

func (m *CreateFileShareRequest) XXX_Merge(src proto.Message)

func (*CreateFileShareRequest) XXX_Size

func (m *CreateFileShareRequest) XXX_Size() int

func (*CreateFileShareRequest) XXX_Unmarshal

func (m *CreateFileShareRequest) XXX_Unmarshal(b []byte) error

type CreateFileShareResponse

type CreateFileShareResponse struct {
	Fileshare            *FileShare `protobuf:"bytes,1,opt,name=fileshare,proto3" json:"fileshare,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateFileShareResponse) Descriptor

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

func (*CreateFileShareResponse) GetFileshare

func (m *CreateFileShareResponse) GetFileshare() *FileShare

func (*CreateFileShareResponse) ProtoMessage

func (*CreateFileShareResponse) ProtoMessage()

func (*CreateFileShareResponse) Reset

func (m *CreateFileShareResponse) Reset()

func (*CreateFileShareResponse) String

func (m *CreateFileShareResponse) String() string

func (*CreateFileShareResponse) XXX_DiscardUnknown

func (m *CreateFileShareResponse) XXX_DiscardUnknown()

func (*CreateFileShareResponse) XXX_Marshal

func (m *CreateFileShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateFileShareResponse) XXX_Merge

func (m *CreateFileShareResponse) XXX_Merge(src proto.Message)

func (*CreateFileShareResponse) XXX_Size

func (m *CreateFileShareResponse) XXX_Size() int

func (*CreateFileShareResponse) XXX_Unmarshal

func (m *CreateFileShareResponse) XXX_Unmarshal(b []byte) error

type DeleteFileShareRequest

type DeleteFileShareRequest struct {
	Id                   string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fileshare            *FileShare `protobuf:"bytes,2,opt,name=fileshare,proto3" json:"fileshare,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*DeleteFileShareRequest) Descriptor

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

func (*DeleteFileShareRequest) GetFileshare

func (m *DeleteFileShareRequest) GetFileshare() *FileShare

func (*DeleteFileShareRequest) GetId

func (m *DeleteFileShareRequest) GetId() string

func (*DeleteFileShareRequest) ProtoMessage

func (*DeleteFileShareRequest) ProtoMessage()

func (*DeleteFileShareRequest) Reset

func (m *DeleteFileShareRequest) Reset()

func (*DeleteFileShareRequest) String

func (m *DeleteFileShareRequest) String() string

func (*DeleteFileShareRequest) XXX_DiscardUnknown

func (m *DeleteFileShareRequest) XXX_DiscardUnknown()

func (*DeleteFileShareRequest) XXX_Marshal

func (m *DeleteFileShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteFileShareRequest) XXX_Merge

func (m *DeleteFileShareRequest) XXX_Merge(src proto.Message)

func (*DeleteFileShareRequest) XXX_Size

func (m *DeleteFileShareRequest) XXX_Size() int

func (*DeleteFileShareRequest) XXX_Unmarshal

func (m *DeleteFileShareRequest) XXX_Unmarshal(b []byte) error

type DeleteFileShareResponse

type DeleteFileShareResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteFileShareResponse) Descriptor

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

func (*DeleteFileShareResponse) ProtoMessage

func (*DeleteFileShareResponse) ProtoMessage()

func (*DeleteFileShareResponse) Reset

func (m *DeleteFileShareResponse) Reset()

func (*DeleteFileShareResponse) String

func (m *DeleteFileShareResponse) String() string

func (*DeleteFileShareResponse) XXX_DiscardUnknown

func (m *DeleteFileShareResponse) XXX_DiscardUnknown()

func (*DeleteFileShareResponse) XXX_Marshal

func (m *DeleteFileShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteFileShareResponse) XXX_Merge

func (m *DeleteFileShareResponse) XXX_Merge(src proto.Message)

func (*DeleteFileShareResponse) XXX_Size

func (m *DeleteFileShareResponse) XXX_Size() int

func (*DeleteFileShareResponse) XXX_Unmarshal

func (m *DeleteFileShareResponse) XXX_Unmarshal(b []byte) error

type FileService

func NewFileService

func NewFileService(name string, c client.Client) FileService

type FileShare

type FileShare struct {
	//The uuid of the file share.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The createdAt representing the server time when the file share was created.
	CreatedAt string `protobuf:"bytes,2,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// The updatedAt representing the server time when the file share was updated.
	UpdatedAt string `protobuf:"bytes,3,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// The name of the file share.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the file share.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// The uuid of the project that the file share belongs to.
	TenantId string `protobuf:"bytes,6,opt,name=tenantId,proto3" json:"tenantId,omitempty"`
	// The uuid of the user that the file share belongs to.
	UserId string `protobuf:"bytes,7,opt,name=userId,proto3" json:"userId,omitempty"`
	// The uuid of the backend that the file share belongs to.
	BackendId string `protobuf:"bytes,8,opt,name=backendId,proto3" json:"backendId,omitempty"`
	// The name of the backend that the file share belongs to.
	Backend string `protobuf:"bytes,9,opt,name=backend,proto3" json:"backend,omitempty"`
	// The size of the file share requested by the user.
	Size int64 `protobuf:"varint,10,opt,name=size,proto3" json:"size,omitempty"`
	// The type of the file share.
	Type string `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"`
	// The location that file share belongs to.
	Region string `protobuf:"bytes,12,opt,name=region,proto3" json:"region,omitempty"`
	// The locality that file share belongs to.
	AvailabilityZone string `protobuf:"bytes,13,opt,name=availabilityZone,proto3" json:"availabilityZone,omitempty"`
	// The status of the file share.
	Status string `protobuf:"bytes,14,opt,name=status,proto3" json:"status,omitempty"`
	// The uuid of the snapshot from which the file share is created
	SnapshotId string `protobuf:"bytes,15,opt,name=snapshotId,proto3" json:"snapshotId,omitempty"`
	// The protocol of the fileshare. e.g NFS, SMB etc.
	Protocols []string `protobuf:"bytes,16,rep,name=protocols,proto3" json:"protocols,omitempty"`
	// Any tags assigned to the file share.
	Tags []*Tag `protobuf:"bytes,17,rep,name=tags,proto3" json:"tags,omitempty"`
	// Indicates whether the file share is encrypted.
	Encrypted bool `protobuf:"varint,18,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	// EncryptionSettings that was used to protect the file share encryption.
	EncryptionSettings map[string]string `` /* 178-byte string literal not displayed */
	// Metadata should be kept until the semantics between file share and backend storage resource.
	Metadata             *_struct.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*FileShare) Descriptor

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

func (*FileShare) GetAvailabilityZone

func (m *FileShare) GetAvailabilityZone() string

func (*FileShare) GetBackend

func (m *FileShare) GetBackend() string

func (*FileShare) GetBackendId

func (m *FileShare) GetBackendId() string

func (*FileShare) GetCreatedAt

func (m *FileShare) GetCreatedAt() string

func (*FileShare) GetDescription

func (m *FileShare) GetDescription() string

func (*FileShare) GetEncrypted

func (m *FileShare) GetEncrypted() bool

func (*FileShare) GetEncryptionSettings

func (m *FileShare) GetEncryptionSettings() map[string]string

func (*FileShare) GetId

func (m *FileShare) GetId() string

func (*FileShare) GetMetadata

func (m *FileShare) GetMetadata() *_struct.Struct

func (*FileShare) GetName

func (m *FileShare) GetName() string

func (*FileShare) GetProtocols

func (m *FileShare) GetProtocols() []string

func (*FileShare) GetRegion

func (m *FileShare) GetRegion() string

func (*FileShare) GetSize

func (m *FileShare) GetSize() int64

func (*FileShare) GetSnapshotId

func (m *FileShare) GetSnapshotId() string

func (*FileShare) GetStatus

func (m *FileShare) GetStatus() string

func (*FileShare) GetTags

func (m *FileShare) GetTags() []*Tag

func (*FileShare) GetTenantId

func (m *FileShare) GetTenantId() string

func (*FileShare) GetType

func (m *FileShare) GetType() string

func (*FileShare) GetUpdatedAt

func (m *FileShare) GetUpdatedAt() string

func (*FileShare) GetUserId

func (m *FileShare) GetUserId() string

func (*FileShare) ProtoMessage

func (*FileShare) ProtoMessage()

func (*FileShare) Reset

func (m *FileShare) Reset()

func (*FileShare) String

func (m *FileShare) String() string

func (*FileShare) XXX_DiscardUnknown

func (m *FileShare) XXX_DiscardUnknown()

func (*FileShare) XXX_Marshal

func (m *FileShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FileShare) XXX_Merge

func (m *FileShare) XXX_Merge(src proto.Message)

func (*FileShare) XXX_Size

func (m *FileShare) XXX_Size() int

func (*FileShare) XXX_Unmarshal

func (m *FileShare) XXX_Unmarshal(b []byte) error

type GetFileShareRequest

type GetFileShareRequest struct {
	Id                   string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fileshare            *FileShare `protobuf:"bytes,2,opt,name=fileshare,proto3" json:"fileshare,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetFileShareRequest) Descriptor

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

func (*GetFileShareRequest) GetFileshare

func (m *GetFileShareRequest) GetFileshare() *FileShare

func (*GetFileShareRequest) GetId

func (m *GetFileShareRequest) GetId() string

func (*GetFileShareRequest) ProtoMessage

func (*GetFileShareRequest) ProtoMessage()

func (*GetFileShareRequest) Reset

func (m *GetFileShareRequest) Reset()

func (*GetFileShareRequest) String

func (m *GetFileShareRequest) String() string

func (*GetFileShareRequest) XXX_DiscardUnknown

func (m *GetFileShareRequest) XXX_DiscardUnknown()

func (*GetFileShareRequest) XXX_Marshal

func (m *GetFileShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFileShareRequest) XXX_Merge

func (m *GetFileShareRequest) XXX_Merge(src proto.Message)

func (*GetFileShareRequest) XXX_Size

func (m *GetFileShareRequest) XXX_Size() int

func (*GetFileShareRequest) XXX_Unmarshal

func (m *GetFileShareRequest) XXX_Unmarshal(b []byte) error

type GetFileShareResponse

type GetFileShareResponse struct {
	Fileshare            *FileShare `protobuf:"bytes,1,opt,name=fileshare,proto3" json:"fileshare,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetFileShareResponse) Descriptor

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

func (*GetFileShareResponse) GetFileshare

func (m *GetFileShareResponse) GetFileshare() *FileShare

func (*GetFileShareResponse) ProtoMessage

func (*GetFileShareResponse) ProtoMessage()

func (*GetFileShareResponse) Reset

func (m *GetFileShareResponse) Reset()

func (*GetFileShareResponse) String

func (m *GetFileShareResponse) String() string

func (*GetFileShareResponse) XXX_DiscardUnknown

func (m *GetFileShareResponse) XXX_DiscardUnknown()

func (*GetFileShareResponse) XXX_Marshal

func (m *GetFileShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetFileShareResponse) XXX_Merge

func (m *GetFileShareResponse) XXX_Merge(src proto.Message)

func (*GetFileShareResponse) XXX_Size

func (m *GetFileShareResponse) XXX_Size() int

func (*GetFileShareResponse) XXX_Unmarshal

func (m *GetFileShareResponse) XXX_Unmarshal(b []byte) error

type ListFileShareRequest

type ListFileShareRequest struct {
	Limit                int32             `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset               int32             `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	SortKeys             []string          `protobuf:"bytes,3,rep,name=sortKeys,proto3" json:"sortKeys,omitempty"`
	SortDirs             []string          `protobuf:"bytes,4,rep,name=sortDirs,proto3" json:"sortDirs,omitempty"`
	Filter               map[string]string `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ListFileShareRequest) Descriptor

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

func (*ListFileShareRequest) GetFilter

func (m *ListFileShareRequest) GetFilter() map[string]string

func (*ListFileShareRequest) GetLimit

func (m *ListFileShareRequest) GetLimit() int32

func (*ListFileShareRequest) GetOffset

func (m *ListFileShareRequest) GetOffset() int32

func (*ListFileShareRequest) GetSortDirs

func (m *ListFileShareRequest) GetSortDirs() []string

func (*ListFileShareRequest) GetSortKeys

func (m *ListFileShareRequest) GetSortKeys() []string

func (*ListFileShareRequest) ProtoMessage

func (*ListFileShareRequest) ProtoMessage()

func (*ListFileShareRequest) Reset

func (m *ListFileShareRequest) Reset()

func (*ListFileShareRequest) String

func (m *ListFileShareRequest) String() string

func (*ListFileShareRequest) XXX_DiscardUnknown

func (m *ListFileShareRequest) XXX_DiscardUnknown()

func (*ListFileShareRequest) XXX_Marshal

func (m *ListFileShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListFileShareRequest) XXX_Merge

func (m *ListFileShareRequest) XXX_Merge(src proto.Message)

func (*ListFileShareRequest) XXX_Size

func (m *ListFileShareRequest) XXX_Size() int

func (*ListFileShareRequest) XXX_Unmarshal

func (m *ListFileShareRequest) XXX_Unmarshal(b []byte) error

type ListFileShareResponse

type ListFileShareResponse struct {
	Fileshares           []*FileShare `protobuf:"bytes,1,rep,name=fileshares,proto3" json:"fileshares,omitempty"`
	Next                 int32        `protobuf:"varint,2,opt,name=next,proto3" json:"next,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListFileShareResponse) Descriptor

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

func (*ListFileShareResponse) GetFileshares

func (m *ListFileShareResponse) GetFileshares() []*FileShare

func (*ListFileShareResponse) GetNext

func (m *ListFileShareResponse) GetNext() int32

func (*ListFileShareResponse) ProtoMessage

func (*ListFileShareResponse) ProtoMessage()

func (*ListFileShareResponse) Reset

func (m *ListFileShareResponse) Reset()

func (*ListFileShareResponse) String

func (m *ListFileShareResponse) String() string

func (*ListFileShareResponse) XXX_DiscardUnknown

func (m *ListFileShareResponse) XXX_DiscardUnknown()

func (*ListFileShareResponse) XXX_Marshal

func (m *ListFileShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListFileShareResponse) XXX_Merge

func (m *ListFileShareResponse) XXX_Merge(src proto.Message)

func (*ListFileShareResponse) XXX_Size

func (m *ListFileShareResponse) XXX_Size() int

func (*ListFileShareResponse) XXX_Unmarshal

func (m *ListFileShareResponse) XXX_Unmarshal(b []byte) error

type Tag

type Tag struct {
	// The key of the tag.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// The value of the tag.
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Tag) Descriptor

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

func (*Tag) GetKey

func (m *Tag) GetKey() string

func (*Tag) GetValue

func (m *Tag) GetValue() string

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) Reset

func (m *Tag) Reset()

func (*Tag) String

func (m *Tag) String() string

func (*Tag) XXX_DiscardUnknown

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal

func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Tag) XXX_Merge

func (m *Tag) XXX_Merge(src proto.Message)

func (*Tag) XXX_Size

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal

func (m *Tag) XXX_Unmarshal(b []byte) error

type UpdateFileShareRequest

type UpdateFileShareRequest struct {
	Id                   string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fileshare            *FileShare `protobuf:"bytes,2,opt,name=fileshare,proto3" json:"fileshare,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UpdateFileShareRequest) Descriptor

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

func (*UpdateFileShareRequest) GetFileshare

func (m *UpdateFileShareRequest) GetFileshare() *FileShare

func (*UpdateFileShareRequest) GetId

func (m *UpdateFileShareRequest) GetId() string

func (*UpdateFileShareRequest) ProtoMessage

func (*UpdateFileShareRequest) ProtoMessage()

func (*UpdateFileShareRequest) Reset

func (m *UpdateFileShareRequest) Reset()

func (*UpdateFileShareRequest) String

func (m *UpdateFileShareRequest) String() string

func (*UpdateFileShareRequest) XXX_DiscardUnknown

func (m *UpdateFileShareRequest) XXX_DiscardUnknown()

func (*UpdateFileShareRequest) XXX_Marshal

func (m *UpdateFileShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateFileShareRequest) XXX_Merge

func (m *UpdateFileShareRequest) XXX_Merge(src proto.Message)

func (*UpdateFileShareRequest) XXX_Size

func (m *UpdateFileShareRequest) XXX_Size() int

func (*UpdateFileShareRequest) XXX_Unmarshal

func (m *UpdateFileShareRequest) XXX_Unmarshal(b []byte) error

type UpdateFileShareResponse

type UpdateFileShareResponse struct {
	Fileshare            *FileShare `protobuf:"bytes,1,opt,name=fileshare,proto3" json:"fileshare,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UpdateFileShareResponse) Descriptor

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

func (*UpdateFileShareResponse) GetFileshare

func (m *UpdateFileShareResponse) GetFileshare() *FileShare

func (*UpdateFileShareResponse) ProtoMessage

func (*UpdateFileShareResponse) ProtoMessage()

func (*UpdateFileShareResponse) Reset

func (m *UpdateFileShareResponse) Reset()

func (*UpdateFileShareResponse) String

func (m *UpdateFileShareResponse) String() string

func (*UpdateFileShareResponse) XXX_DiscardUnknown

func (m *UpdateFileShareResponse) XXX_DiscardUnknown()

func (*UpdateFileShareResponse) XXX_Marshal

func (m *UpdateFileShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateFileShareResponse) XXX_Merge

func (m *UpdateFileShareResponse) XXX_Merge(src proto.Message)

func (*UpdateFileShareResponse) XXX_Size

func (m *UpdateFileShareResponse) XXX_Size() int

func (*UpdateFileShareResponse) XXX_Unmarshal

func (m *UpdateFileShareResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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