Pasty

struct for a single pasty. a pasty is a part of a paste and represents a single "file", contains a title, language and code.

Members

Variables

code
string code;

code of the pasty.

id
string id;

id of the pasty

language
string language;

language of the pasty. this stores the name of the language, not the mode or MIME type.

title
string title;

title of the pasty.

Meta