package api

type Msg struct {
	Fn   string   `json:"fn"`
	Args []string `json:"args"`
}
