trial

package
v0.0.0-...-7432e74 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoDataOnPage = errors.New("can't find trial data")

Functions

This section is empty.

Types

type Trial

type Trial struct {
	CaseID     string    `json:"case_id"`
	Department string    `json:"department"`
	Judge      string    `json:"judge"`
	Date       time.Time `json:"date"`
	Room       string    `json:"room"`
}

func Parse

func Parse(data []byte) (trial Trial, err error)

Jump to

Keyboard shortcuts

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