Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteObjectLogic ¶ added in v1.3.1
func NewDeleteObjectLogic ¶ added in v1.3.1
func NewDeleteObjectLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteObjectLogic
func (*DeleteObjectLogic) DeleteObject ¶ added in v1.3.1
func (l *DeleteObjectLogic) DeleteObject(in *pb.DeleteObjectReq) (*pb.DeleteObjectResp, error)
type GenCosStsLogic ¶ added in v1.2.0
func NewGenCosStsLogic ¶ added in v1.2.0
func NewGenCosStsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GenCosStsLogic
func (*GenCosStsLogic) GenCosSts ¶ added in v1.2.0
func (l *GenCosStsLogic) GenCosSts(in *pb.GenCosStsReq) (*pb.GenCosStsResp, error)
type GenSignedUrlLogic ¶ added in v1.2.0
func NewGenSignedUrlLogic ¶ added in v1.2.0
func NewGenSignedUrlLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GenSignedUrlLogic
func (*GenSignedUrlLogic) GenSignedUrl ¶ added in v1.2.0
func (l *GenSignedUrlLogic) GenSignedUrl(in *pb.GenSignedUrlReq) (*pb.GenSignedUrlResp, error)
type GetAccessTokenLogic ¶ added in v1.3.2
func NewGetAccessTokenLogic ¶ added in v1.3.2
func NewGetAccessTokenLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAccessTokenLogic
func (*GetAccessTokenLogic) GetAccessToken ¶ added in v1.3.2
func (l *GetAccessTokenLogic) GetAccessToken(in *pb.GetAccessTokenReq) (resp *pb.GetAccessTokenResp, err error)
Click to show internal directories.
Click to hide internal directories.