meizitu

package
v0.0.0-...-1b0e0ed Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Album

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

type CGIterator

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

func (*CGIterator) Each

func (itertator *CGIterator) Each(callback func(index int, data dataType))

type Category

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

type CategoryNav

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

type Img

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

type Meizitu

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

func (*Meizitu) PageControl

func (meizi *Meizitu) PageControl()

func (*Meizitu) Run

func (meizi *Meizitu) Run()

func (*Meizitu) Save

func (meizi *Meizitu) Save()

*

  • 保存当前album中的图片 路径:/meizitu/分类/album/图片

type Pushable

type Pushable interface {
	Push(data ...dataType)
	Pop() (dataType, error)
	Empty()
	Size() int
	Iterator() CGIterator
}

type Queue

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

func (*Queue) Empty

func (q *Queue) Empty()

func (*Queue) Iterator

func (q *Queue) Iterator() CGIterator

func (*Queue) Pop

func (q *Queue) Pop() (data dataType, err error)

func (*Queue) Push

func (q *Queue) Push(data ...dataType)

func (*Queue) Size

func (q *Queue) Size() int

type Stack

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

func (*Stack) Empty

func (s *Stack) Empty()

func (*Stack) Iterator

func (s *Stack) Iterator() CGIterator

func (*Stack) Pop

func (s *Stack) Pop() (data dataType, err error)

func (*Stack) Push

func (s *Stack) Push(data ...dataType)

func (*Stack) Size

func (s *Stack) Size() int

Jump to

Keyboard shortcuts

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