Documentation ¶
Index ¶
- type ChartService
- func (chartService *ChartService) CreateBMP(width, height int) (int, error)
- func (chartService *ChartService) DeleteBMP(id int) error
- func (chartService *ChartService) GetPartBMP(id, xPosition, yPosition, width, height int) (image.Image, error)
- func (chartService *ChartService) UpdateBMP(id, xPosition, yPosition, width, height int, receivedImage []byte) error
- type ChartographerServicer
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartService ¶
type ChartService struct {
// contains filtered or unexported fields
}
func NewChartService ¶
func NewChartService(pathToStorageFolder string) *ChartService
func (*ChartService) CreateBMP ¶
func (chartService *ChartService) CreateBMP(width, height int) (int, error)
func (*ChartService) DeleteBMP ¶
func (chartService *ChartService) DeleteBMP(id int) error
func (*ChartService) GetPartBMP ¶
func (chartService *ChartService) GetPartBMP(id, xPosition, yPosition, width, height int) (image.Image, error)
type ChartographerServicer ¶
Click to show internal directories.
Click to hide internal directories.