Categorygithub.com/kothawoc/go-nntp
modulepackage
0.0.0-20240913133817-493af604c9fb
Repository: https://github.com/kothawoc/go-nntp.git
Documentation: pkg.go.dev

# README

go nntp

I needed a way to gate some web services into traditional readers. I wrote an NNTP client and server.

I'm still working on coming up with the exact right interfaces, but take a look at the couchserver example to see what it takes to build a custom NNTP server with your own backend.

# Packages

Package nntpclient provides an NNTP Client.
No description provided by the author
Package nntpserver provides everything you need for your own NNTP server.

# Constants

PostingStatus values.
PostingStatus values.
PostingStatus values.
PostingStatus values.

# Structs

Article
An Article that may appear in one or more groups.
Group represents a usenet newsgroup.

# Type aliases

PostingStatus type for groups.