Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRepository ¶
type AuthRepository struct {
// contains filtered or unexported fields
}
func NewAuthRepository ¶
func NewAuthRepository(con *grpc.ClientConn) AuthRepository
func (*AuthRepository) CreateOrUpdate ¶
type StorageRepository ¶
type StorageRepository struct {
// contains filtered or unexported fields
}
func NewStorageRepository ¶
func NewStorageRepository(con *grpc.ClientConn) StorageRepository
func (*StorageRepository) DeleteCloudApprove ¶
func (x *StorageRepository) DeleteCloudApprove(ctx context.Context, url []string) error
func (*StorageRepository) UpdateCloudApprove ¶
func (x *StorageRepository) UpdateCloudApprove(ctx context.Context, url []string) error
Click to show internal directories.
Click to hide internal directories.