usecase

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Company added in v0.0.4

type Company struct {
	// contains filtered or unexported fields
}

func NewCompany added in v0.0.4

func NewCompany(i *do.Injector) (*Company, error)

func (*Company) Find added in v0.0.4

func (c *Company) Find() (core.Companies, error)

func (*Company) FindById added in v0.0.4

func (c *Company) FindById(id core.EdinetCode) (core.Company, error)

type Document

type Document struct {
	// contains filtered or unexported fields
}

func NewDocument

func NewDocument(i *do.Injector) (*Document, error)

func (*Document) Download added in v0.0.6

func (d *Document) Download(id core.DocumentId, fileType edinet.FileType) (edinet.DocumentFile, error)

func (*Document) Store added in v0.0.6

func (d *Document) Store(id core.DocumentId, fileType edinet.FileType) error

type Overview

type Overview struct {
	// contains filtered or unexported fields
}

func NewOverview

func NewOverview(i *do.Injector) (*Overview, error)

func (*Overview) FindByTerm added in v0.0.6

func (o *Overview) FindByTerm(term core.Term) ([]edinet.Result, error)

func (*Overview) FindRawByTerm added in v0.0.7

func (o *Overview) FindRawByTerm(term core.Term, refresh bool) ([]edinet.EdinetDocumentResponse, error)

func (*Overview) StoreByTerm added in v0.0.4

func (o *Overview) StoreByTerm(term core.Term) error

type PassThrough added in v0.0.6

type PassThrough struct {
	// contains filtered or unexported fields
}

func NewPassThrough added in v0.0.6

func NewPassThrough(i *do.Injector) (*PassThrough, error)

func (*PassThrough) DocumentMetas added in v0.0.6

func (p *PassThrough) DocumentMetas(
	date core.Date,
	typ edinet.RequestType,
) (edinet.EdinetDocumentResponse, error)

Jump to

Keyboard shortcuts

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