Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateAPIKeyUseCase ¶
type GenerateAPIKeyUseCase struct {
// contains filtered or unexported fields
}
func (*GenerateAPIKeyUseCase) Execute ¶
func (uc *GenerateAPIKeyUseCase) Execute(chainID uint16) (*NFTStoreAppCredentials, error)
type IPFSGetNodeIDUseCase ¶
type IPFSGetNodeIDUseCase struct {
// contains filtered or unexported fields
}
func NewIPFSGetNodeIDUseCase ¶
func NewIPFSGetNodeIDUseCase(logger *slog.Logger, r1 domain.IPFSRepository) *IPFSGetNodeIDUseCase
type IPFSGetUseCase ¶
type IPFSGetUseCase struct {
// contains filtered or unexported fields
}
func NewIPFSGetUseCase ¶
func NewIPFSGetUseCase(logger *slog.Logger, r1 domain.IPFSRepository) *IPFSGetUseCase
type IPFSPinAddUseCase ¶
type IPFSPinAddUseCase struct {
// contains filtered or unexported fields
}
func NewIPFSPinAddUseCase ¶
func NewIPFSPinAddUseCase(logger *slog.Logger, r1 domain.IPFSRepository) *IPFSPinAddUseCase
type NFTStoreAppCredentials ¶
type PinObjectGetByCIDUseCase ¶
type PinObjectGetByCIDUseCase struct {
// contains filtered or unexported fields
}
func NewPinObjectGetByCIDUseCase ¶
func NewPinObjectGetByCIDUseCase(logger *slog.Logger, r1 domain.PinObjectRepository) *PinObjectGetByCIDUseCase
type UpsertPinObjectUseCase ¶
type UpsertPinObjectUseCase struct {
// contains filtered or unexported fields
}
func NewUpsertPinObjectUseCase ¶
func NewUpsertPinObjectUseCase(logger *slog.Logger, r1 domain.PinObjectRepository) *UpsertPinObjectUseCase
Click to show internal directories.
Click to hide internal directories.