package spa import "embed" type HandlerOptions struct { Files embed.FS IndexPath string AdditionalMimeTypeMapping map[string]string }