MCPcopy Index your code

hub / github.com/maaslalani/slides / types & classes

Types & classes16 in github.com/maaslalani/slides

StructBlock
Block represents a pre-processable block which looks like the following: It is delimited by ~~~ and contains a command to be run along with the input
internal/process/process.go:18
StructBlock
Block represents a code block.
internal/code/code.go:14
StructLanguage
Language represents a programming language with it Extension and Commands to execute its programs.
internal/code/languages.go:9
StructMeta
Meta contains all of the data to be parsed out of a markdown file's header section
internal/meta/meta.go:26
InterfaceModel
Model is an interface for models.model, so that cycle imports are avoided
internal/navigation/search.go:12
StructModel
Model represents the model of this presentation, which contains all the state related to the current slides.
internal/model/model.go:37
StructResult
Result represents the output for an executed code block.
internal/code/code.go:20
StructSearch
Search represents the current search
internal/navigation/search.go:19
StructServer
Server is the server for hosting this presentation.
internal/server/server.go:13
StructState
State tracks the current buffer, page, and total number of slides
internal/navigation/navigation.go:10
TypeAliascmds
cmds: Multiple commands; placeholders can be used Placeholders <file>, <name> and <path> can be used.
internal/code/languages.go:5
StructfileWatchMsg
internal/model/model.go:53
StructmockModel
internal/navigation/search_test.go:7
StructparsedMeta
Temporary structure to differentiate values not present in the YAML header from values set to empty strings in the YAML header. We replace values not
internal/meta/meta.go:17
Structquery
internal/navigation/search_test.go:35
FuncTyperepeatableFunc
func(slide, totalSlides int) int
internal/navigation/navigation.go:7