goproposal

package module
v0.0.0-...-4886093 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2025 License: MIT Imports: 5 Imported by: 0

README

goproposalPkgGoDev

[!WARNING] goproposal is currently in experimental. Breaking changes may occur.

goproposal provides tools for Go's proposals and MCP server.

License

This project is licensed under the MIT License.

Contributions are always welcome! Feel free to open issues or PRs for bugs and enhancements.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FetchMinutesOpts

type FetchMinutesOpts struct {
	Since time.Time
}

type Minute

type Minute struct {
	Body    string    `json:"body"`
	Created time.Time `json:"created,omitzero"`
	Updated time.Time `json:"updated,omitzero"`
}

func FetchMinutes

func FetchMinutes(ctx context.Context, count int, opts *FetchMinutesOpts) ([]*Minute, error)

Directories

Path Synopsis
cmd
mcpserver command

Jump to

Keyboard shortcuts

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