mp

package module
v0.0.0-...-67435d0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2015 License: CC0-1.0 Imports: 10 Imported by: 0

README

法務部行政執行署動產拍賣爬蟲程式

法務部行政執行署動產拍賣爬蟲程式

用法

import (
	"fmt"
	"mp"
)

func main() {
	s := mp.NewService()
	s.Get()
	fmt.Println(len(s.Items))
	// 顯示所有拍賣數量
}

許可證

mp 使用 CC0 許可證,詳參 LICENSE 檔案。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	Branch      string
	DateTime    time.Time
	Kind        string
	Attachments []string
}

type MovableProperty

type MovableProperty struct {
	Amount int
	PageNo uint8
	Items  map[string]*Item
}

func NewService

func NewService() *MovableProperty

func (*MovableProperty) Get

func (mp *MovableProperty) Get()

Jump to

Keyboard shortcuts

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